#392211

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

Shades of Cocoa Brown #392211

Tints of Cocoa Brown #392211

Color information

#392211 (or 0x392211) is unknown color: approx Cocoa Brown. HEX triplet: 39, 22 and 11. RGB value is (57,34,17). Sum of RGB (Red+Green+Blue) = 57+34+17=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #392211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392211 is #C6DDEE. Grayscale: #272727. Windows color (decimal): -13032943 or 1122873. OLE color: 1122873.

HSL color Cylindrical-coordinate representation of color #392211: hue angle of 25.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #392211 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB573417-
CMYK00.400.700.78
HSL25.5º54.05%14.51%-
HSV(B)25.5º70.18%22.35%-
XYZ2.362.050.8-
YUV38.94115.62140.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.78%
GREEN value IS 34 (13.67% from 255) = 31.48%
BLUE value IS 17 (7.03% from 255) = 15.74%
R=52.78%
G=31.48%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57341700.400.700.7825.554.0514.51
Hex392211028464E1a36f
Octal714221050106116326617
Binary11100110001010001010100010001101001110110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392211; }

 p { color: rgb(57,34,17); }

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

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

 a { background-color: rgb(57,34,17); }

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

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

 span { border-color: rgb(57,34,17); }

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