#492012

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

Shades of Brown Pod #492012

Tints of Brown Pod #492012

Color information

#492012 (or 0x492012) is unknown color: approx Brown Pod. HEX triplet: 49, 20 and 12. RGB value is (73,32,18). Sum of RGB (Red+Green+Blue) = 73+32+18=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #492012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492012 is #B6DFED. Grayscale: #2A2A2A. Windows color (decimal): -11984878 or 1187913. OLE color: 1187913.

HSL color Cylindrical-coordinate representation of color #492012: hue angle of 15.27º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #492012 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB733218-
CMYK00.560.750.71
HSL15.27º60.44%17.84%-
HSV(B)15.27º75.34%28.63%-
XYZ3.372.490.88-
YUV42.66114.08149.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 59.35%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=59.35%
G=26.02%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73321800.560.750.7115.2760.4417.84
Hex4920120384B47f3c12
Octal1114022070113107177422
Binary100100110000010010011100010010111000111111111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492012; }

 p { color: rgb(73,32,18); }

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

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

 a { background-color: rgb(73,32,18); }

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

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

 span { border-color: rgb(73,32,18); }

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