#492302

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

Shades of Brown Pod #492302

Tints of Brown Pod #492302

Color information

#492302 (or 0x492302) is unknown color: approx Brown Pod. HEX triplet: 49, 23 and 02. RGB value is (73,35,2). Sum of RGB (Red+Green+Blue) = 73+35+2=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #492302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492302 is #B6DCFD. Grayscale: #2A2A2A. Windows color (decimal): -11984126 or 140105. OLE color: 140105.

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

Color convert

RGB73352-
CMYK00.520.970.71
HSL27.89º94.67%14.71%-
HSV(B)27.89º97.26%28.63%-
XYZ3.362.620.39-
YUV42.6105.09149.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 66.36%
GREEN value IS 35 (14.06% from 255) = 31.82%
BLUE value IS 2 (1.17% from 255) = 1.82%
R=66.36%
G=31.82%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7335200.520.970.7127.8994.6714.71
Hex4923203461471c5ff
Octal1114320641411073413717
Binary1001001100011100110100110000110001111110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492302; }

 p { color: rgb(73,35,2); }

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

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

 a { background-color: rgb(73,35,2); }

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

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

 span { border-color: rgb(73,35,2); }

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