#492212

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

Shades of Brown Pod #492212

Tints of Brown Pod #492212

Color information

#492212 (or 0x492212) is unknown color: approx Brown Pod. HEX triplet: 49, 22 and 12. RGB value is (73,34,18). Sum of RGB (Red+Green+Blue) = 73+34+18=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #492212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492212 is #B6DDED. Grayscale: #2B2B2B. Windows color (decimal): -11984366 or 1188425. OLE color: 1188425.

HSL color Cylindrical-coordinate representation of color #492212: hue angle of 17.45º 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 #492212 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB733418-
CMYK00.530.750.71
HSL17.45º60.44%17.84%-
HSV(B)17.45º75.34%28.63%-
XYZ3.432.60.89-
YUV43.84113.42148.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.4%
GREEN value IS 34 (13.67% from 255) = 27.2%
BLUE value IS 18 (7.42% from 255) = 14.4%
R=58.4%
G=27.2%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73341800.530.750.7117.4560.4417.84
Hex4922120354B47113c12
Octal1114222065113107217422
Binary1001001100010100100110101100101110001111000111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492212; }

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

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

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

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

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

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

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

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