#492208

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

Shades of Brown Pod #492208

Tints of Brown Pod #492208

Color information

#492208 (or 0x492208) is unknown color: approx Brown Pod. HEX triplet: 49, 22 and 08. RGB value is (73,34,8). Sum of RGB (Red+Green+Blue) = 73+34+8=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #492208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492208 is #B6DDF7. Grayscale: #2A2A2A. Windows color (decimal): -11984376 or 533065. OLE color: 533065.

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

Color convert

RGB73348-
CMYK00.530.890.71
HSL24º80.25%15.88%-
HSV(B)24º89.04%28.63%-
XYZ3.362.580.55-
YUV42.7108.42149.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 63.48%
GREEN value IS 34 (13.67% from 255) = 29.57%
BLUE value IS 8 (3.52% from 255) = 6.96%
R=63.48%
G=29.57%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7334800.530.890.712480.2515.88
Hex492280355947185010
Octal11142100651311073012020
Binary1001001100010100001101011011001100011111000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492208; }

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

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

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

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

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

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

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

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