#492204

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

Shades of Brown Pod #492204

Tints of Brown Pod #492204

Color information

#492204 (or 0x492204) is unknown color: approx Brown Pod. HEX triplet: 49, 22 and 04. RGB value is (73,34,4). Sum of RGB (Red+Green+Blue) = 73+34+4=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #492204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492204 is #B6DDFB. Grayscale: #2A2A2A. Windows color (decimal): -11984380 or 270921. OLE color: 270921.

HSL color Cylindrical-coordinate representation of color #492204: hue angle of 26.09º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #492204 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.71.

Color convert

RGB73344-
CMYK00.530.950.71
HSL26.09º89.61%15.1%-
HSV(B)26.09º94.52%28.63%-
XYZ3.342.570.43-
YUV42.24106.42149.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 65.77%
GREEN value IS 34 (13.67% from 255) = 30.63%
BLUE value IS 4 (1.95% from 255) = 3.60%
R=65.77%
G=30.63%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7334400.530.950.7126.0989.6115.1
Hex492240355F471a5af
Octal1114240651371073213217
Binary10010011000101000110101101111110001111101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492204; }

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

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

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

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

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

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

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

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