#491F13

Color #491F13 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #491F13

Tints of Brown Pod #491F13

Color information

#491F13 (or 0x491F13) is unknown color: approx Brown Pod. HEX triplet: 49, 1F and 13. RGB value is (73,31,19). Sum of RGB (Red+Green+Blue) = 73+31+19=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #491F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491F13 is #B6E0EC. Grayscale: #2A2A2A. Windows color (decimal): -11985133 or 1253193. OLE color: 1253193.

HSL color Cylindrical-coordinate representation of color #491F13: hue angle of 13.33º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #491F13 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB733119-
CMYK00.580.740.71
HSL13.33º58.7%18.04%-
HSV(B)13.33º73.97%28.63%-
XYZ3.362.440.91-
YUV42.19114.91149.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 59.35%
GREEN value IS 31 (12.5% from 255) = 25.20%
BLUE value IS 19 (7.81% from 255) = 15.45%
R=59.35%
G=25.20%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73311900.580.740.7113.3358.718.04
Hex491F1303A4A47d3b12
Octal1113723072112107157322
Binary10010011111110011011101010010101000111110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491F13; }

 p { color: rgb(73,31,19); }

 H1.HeaderClassName
 {
   color: #491F13;
 }
 .AnyTagClassName
 {
   color: #491F13;
 }
</style>
background-color css

<style>
 a { background-color: #491F13; }

 a { background-color: rgb(73,31,19); }

 div.DivClassName
 {
   background-color: #491F13;
 }
 .BgClassName
 {
   background-color: #491F13;
 }
</style>
border-color css

<style>
 span { border-color: #491F13; }

 span { border-color: rgb(73,31,19); }

 td.TdClassName
 {
   border-color: #491F13;
 }
 .TagClassName
 {
   border-color: #491F13;
 }
</style>