#491E08

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

Shades of Brown Pod #491E08

Tints of Brown Pod #491E08

Color information

#491E08 (or 0x491E08) is unknown color: approx Brown Pod. HEX triplet: 49, 1E and 08. RGB value is (73,30,8). Sum of RGB (Red+Green+Blue) = 73+30+8=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #491E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491E08 is #B6E1F7. Grayscale: #282828. Windows color (decimal): -11985400 or 532041. OLE color: 532041.

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

Color convert

RGB73308-
CMYK00.590.890.71
HSL20.31º80.25%15.88%-
HSV(B)20.31º89.04%28.63%-
XYZ3.262.360.51-
YUV40.35109.75151.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 65.77%
GREEN value IS 30 (12.11% from 255) = 27.03%
BLUE value IS 8 (3.52% from 255) = 7.21%
R=65.77%
G=27.03%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7330800.590.890.7120.3180.2515.88
Hex491E803B5947145010
Octal11136100731311072412020
Binary100100111110100001110111011001100011110100101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,30,8); }

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

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

 a { background-color: rgb(73,30,8); }

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

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

 span { border-color: rgb(73,30,8); }

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