#492311

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

Shades of Brown Pod #492311

Tints of Brown Pod #492311

Color information

#492311 (or 0x492311) is unknown color: approx Brown Pod. HEX triplet: 49, 23 and 11. RGB value is (73,35,17). Sum of RGB (Red+Green+Blue) = 73+35+17=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #492311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492311 is #B6DCEE. Grayscale: #2C2C2C. Windows color (decimal): -11984111 or 1123145. OLE color: 1123145.

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

Color convert

RGB733517-
CMYK00.520.770.71
HSL19.29º62.22%17.65%-
HSV(B)19.29º76.71%28.63%-
XYZ3.452.660.86-
YUV44.31112.59148.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.4%
GREEN value IS 35 (14.06% from 255) = 28%
BLUE value IS 17 (7.03% from 255) = 13.6%
R=58.4%
G=28%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73351700.520.770.7119.2962.2217.65
Hex4923110344D47133e12
Octal1114321064115107237622
Binary1001001100011100010110100100110110001111001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492311; }

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

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

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

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

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

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

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

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