#491C06

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

Shades of Brown Pod #491C06

Tints of Brown Pod #491C06

Color information

#491C06 (or 0x491C06) is unknown color: approx Brown Pod. HEX triplet: 49, 1C and 06. RGB value is (73,28,6). Sum of RGB (Red+Green+Blue) = 73+28+6=107 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.22% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 73 - color contains mainly: red. Hex color #491C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491C06 is #B6E3F9. Grayscale: #272727. Windows color (decimal): -11985914 or 400457. OLE color: 400457.

HSL color Cylindrical-coordinate representation of color #491C06: hue angle of 19.7º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #491C06 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB73286-
CMYK00.620.920.71
HSL19.7º84.81%15.49%-
HSV(B)19.7º91.78%28.63%-
XYZ3.22.260.44-
YUV38.95109.41152.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 68.22%
GREEN value IS 28 (11.33% from 255) = 26.17%
BLUE value IS 6 (2.73% from 255) = 5.61%
R=68.22%
G=26.17%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7328600.620.920.7119.784.8115.49
Hex491C603E5C471455f
Octal1113460761341072412517
Binary1001001111001100111110101110010001111010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,28,6); }

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

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

 a { background-color: rgb(73,28,6); }

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

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

 span { border-color: rgb(73,28,6); }

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