#392112

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

Shades of Brown Pod #392112

Tints of Brown Pod #392112

Color information

#392112 (or 0x392112) is unknown color: approx Brown Pod. HEX triplet: 39, 21 and 12. RGB value is (57,33,18). Sum of RGB (Red+Green+Blue) = 57+33+18=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #392112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392112 is #C6DEED. Grayscale: #262626. Windows color (decimal): -13033198 or 1188153. OLE color: 1188153.

HSL color Cylindrical-coordinate representation of color #392112: hue angle of 23.08º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #392112 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB573318-
CMYK00.420.680.78
HSL23.08º52%14.71%-
HSV(B)23.08º68.42%22.35%-
XYZ2.3420.84-
YUV38.47116.45141.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.78%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 18 (7.42% from 255) = 16.67%
R=52.78%
G=30.56%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57331800.420.680.7823.085214.71
Hex39211202A444E1734f
Octal714122052104116276417
Binary11100110000110010010101010001001001110101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392112; }

 p { color: rgb(57,33,18); }

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

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

 a { background-color: rgb(57,33,18); }

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

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

 span { border-color: rgb(57,33,18); }

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