#492005

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

Shades of Brown Pod #492005

Tints of Brown Pod #492005

Color information

#492005 (or 0x492005) is unknown color: approx Brown Pod. HEX triplet: 49, 20 and 05. RGB value is (73,32,5). Sum of RGB (Red+Green+Blue) = 73+32+5=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #492005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492005 is #B6DFFA. Grayscale: #292929. Windows color (decimal): -11984891 or 335945. OLE color: 335945.

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

Color convert

RGB73325-
CMYK00.560.930.71
HSL23.82º87.18%15.29%-
HSV(B)23.82º93.15%28.63%-
XYZ3.292.460.45-
YUV41.18107.58150.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 66.36%
GREEN value IS 32 (12.89% from 255) = 29.09%
BLUE value IS 5 (2.34% from 255) = 4.55%
R=66.36%
G=29.09%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7332500.560.930.7123.8287.1815.29
Hex492050385D471857f
Octal1114050701351073012717
Binary10010011000001010111000101110110001111100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492005; }

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

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

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

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

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

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

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

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