#392208

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

Shades of Cocoa Brown #392208

Tints of Cocoa Brown #392208

Color information

#392208 (or 0x392208) is unknown color: approx Cocoa Brown. HEX triplet: 39, 22 and 08. RGB value is (57,34,8). Sum of RGB (Red+Green+Blue) = 57+34+8=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #392208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392208 is #C6DDF7. Grayscale: #262626. Windows color (decimal): -13032952 or 533049. OLE color: 533049.

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

Color convert

RGB57348-
CMYK00.400.860.78
HSL31.84º75.38%12.75%-
HSV(B)31.84º85.96%22.35%-
XYZ2.32.030.5-
YUV37.91111.12141.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57.58%
GREEN value IS 34 (13.67% from 255) = 34.34%
BLUE value IS 8 (3.52% from 255) = 8.08%
R=57.58%
G=34.34%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5734800.400.860.7831.8475.3812.75
Hex39228028564E204bd
Octal7142100501261164011315
Binary111001100010100001010001010110100111010000010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392208; }

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

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

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

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

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

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

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

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