#492411

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

Shades of Brown Pod #492411

Tints of Brown Pod #492411

Color information

#492411 (or 0x492411) is unknown color: approx Brown Pod. HEX triplet: 49, 24 and 11. RGB value is (73,36,17). Sum of RGB (Red+Green+Blue) = 73+36+17=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #492411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492411 is #B6DBEE. Grayscale: #2D2D2D. Windows color (decimal): -11983855 or 1123401. OLE color: 1123401.

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

Color convert

RGB733617-
CMYK00.510.770.71
HSL20.36º62.22%17.65%-
HSV(B)20.36º76.71%28.63%-
XYZ3.482.720.87-
YUV44.9112.26148.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.94%
GREEN value IS 36 (14.45% from 255) = 28.57%
BLUE value IS 17 (7.03% from 255) = 13.49%
R=57.94%
G=28.57%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73361700.510.770.7120.3662.2217.65
Hex4924110334D47143e12
Octal1114421063115107247622
Binary1001001100100100010110011100110110001111010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492411; }

 p { color: rgb(73,36,17); }

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

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

 a { background-color: rgb(73,36,17); }

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

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

 span { border-color: rgb(73,36,17); }

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