#492410

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

Shades of Brown Pod #492410

Tints of Brown Pod #492410

Color information

#492410 (or 0x492410) is unknown color: approx Brown Pod. HEX triplet: 49, 24 and 10. RGB value is (73,36,16). Sum of RGB (Red+Green+Blue) = 73+36+16=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #492410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492410 is #B6DBEF. Grayscale: #2C2C2C. Windows color (decimal): -11983856 or 1057865. OLE color: 1057865.

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

Color convert

RGB733616-
CMYK00.510.780.71
HSL21.05º64.04%17.45%-
HSV(B)21.05º78.08%28.63%-
XYZ3.472.720.83-
YUV44.78111.76148.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.4%
GREEN value IS 36 (14.45% from 255) = 28.8%
BLUE value IS 16 (6.64% from 255) = 12.8%
R=58.4%
G=28.8%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73361600.510.780.7121.0564.0417.45
Hex4924100334E47154011
Octal11144200631161072510021
Binary10010011001001000001100111001110100011110101100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492410; }

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

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

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

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

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

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

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

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