#491F18

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

Shades of Brown Pod #491F18

Tints of Brown Pod #491F18

Color information

#491F18 (or 0x491F18) is unknown color: approx Brown Pod. HEX triplet: 49, 1F and 18. RGB value is (73,31,24). Sum of RGB (Red+Green+Blue) = 73+31+24=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #491F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491F18 is #B6E0E7. Grayscale: #2A2A2A. Windows color (decimal): -11985128 or 1580873. OLE color: 1580873.

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

Color convert

RGB733124-
CMYK00.580.670.71
HSL8.57º50.52%19.02%-
HSV(B)8.57º67.12%28.63%-
XYZ3.42.461.16-
YUV42.76117.41149.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.03%
GREEN value IS 31 (12.5% from 255) = 24.22%
BLUE value IS 24 (9.77% from 255) = 18.75%
R=57.03%
G=24.22%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73312400.580.670.718.5750.5219.02
Hex491F1803A434793313
Octal1113730072103107116323
Binary10010011111111000011101010000111000111100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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