#492200

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

Shades of Brown Pod #492200

Tints of Brown Pod #492200

Color information

#492200 (or 0x492200) is unknown color: approx Brown Pod. HEX triplet: 49, 22 and 00. RGB value is (73,34,0). Sum of RGB (Red+Green+Blue) = 73+34+0=107 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.22% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 73 - color contains mainly: red. Hex color #492200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492200 is #B6DDFF. Grayscale: #292929. Windows color (decimal): -11984384 or 8777. OLE color: 8777.

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

Color convert

RGB73340-
CMYK00.5310.71
HSL27.95º100%14.31%-
HSV(B)27.95º100%28.63%-
XYZ3.322.560.32-
YUV41.78104.42150.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 68.22%
GREEN value IS 34 (13.67% from 255) = 31.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.22%
G=31.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7334000.5310.7127.9510014.31
Hex4922003564471c64e
Octal1114200651441073414416
Binary100100110001000110101110010010001111110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492200; }

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

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

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

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

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

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

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

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