#492312

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

Shades of Brown Pod #492312

Tints of Brown Pod #492312

Color information

#492312 (or 0x492312) is unknown color: approx Brown Pod. HEX triplet: 49, 23 and 12. RGB value is (73,35,18). Sum of RGB (Red+Green+Blue) = 73+35+18=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #492312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492312 is #B6DCED. Grayscale: #2C2C2C. Windows color (decimal): -11984110 or 1188681. OLE color: 1188681.

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

Color convert

RGB733518-
CMYK00.520.750.71
HSL18.55º60.44%17.84%-
HSV(B)18.55º75.34%28.63%-
XYZ3.462.660.9-
YUV44.42113.09148.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.94%
GREEN value IS 35 (14.06% from 255) = 27.78%
BLUE value IS 18 (7.42% from 255) = 14.29%
R=57.94%
G=27.78%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73351800.520.750.7118.5560.4417.84
Hex4923120344B47133c12
Octal1114322064113107237422
Binary1001001100011100100110100100101110001111001111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492312; }

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

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

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

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

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

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

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

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