#392205

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

Shades of Cocoa Brown #392205

Tints of Cocoa Brown #392205

Color information

#392205 (or 0x392205) is unknown color: approx Cocoa Brown. HEX triplet: 39, 22 and 05. RGB value is (57,34,5). Sum of RGB (Red+Green+Blue) = 57+34+5=96 (12% of max value = 765). Red value is 57 (22.66% from 255 or 59.38% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 57 - color contains mainly: red. Hex color #392205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392205 is #C6DDFA. Grayscale: #252525. Windows color (decimal): -13032955 or 336441. OLE color: 336441.

HSL color Cylindrical-coordinate representation of color #392205: hue angle of 33.46º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #392205 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB57345-
CMYK00.400.910.78
HSL33.46º83.87%12.16%-
HSV(B)33.46º91.23%22.35%-
XYZ2.292.020.41-
YUV37.57109.62141.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 59.38%
GREEN value IS 34 (13.67% from 255) = 35.42%
BLUE value IS 5 (2.34% from 255) = 5.21%
R=59.38%
G=35.42%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5734500.400.910.7833.4683.8712.16
Hex392250285B4E2154c
Octal714250501331164112414
Binary11100110001010101010001011011100111010000110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392205; }

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

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

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

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

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

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

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

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