#392007

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

Shades of Cocoa Brown #392007

Tints of Cocoa Brown #392007

Color information

#392007 (or 0x392007) is unknown color: approx Cocoa Brown. HEX triplet: 39, 20 and 07. RGB value is (57,32,7). Sum of RGB (Red+Green+Blue) = 57+32+7=96 (12% of max value = 765). Red value is 57 (22.66% from 255 or 59.38% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 7 (3.12% from 255 or 7.29% from 96); Max value from RGB is 57 - color contains mainly: red. Hex color #392007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392007 is #C6DFF8. Grayscale: #242424. Windows color (decimal): -13033465 or 467001. OLE color: 467001.

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

Color convert

RGB57327-
CMYK00.440.880.78
HSL30º78.12%12.55%-
HSV(B)30º87.72%22.35%-
XYZ2.241.920.45-
YUV36.62111.28142.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 59.38%
GREEN value IS 32 (12.89% from 255) = 33.33%
BLUE value IS 7 (3.12% from 255) = 7.29%
R=59.38%
G=33.33%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5732700.440.880.783078.1212.55
Hex3920702C584E1e4ed
Octal714070541301163611615
Binary1110011000001110101100101100010011101111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392007; }

 p { color: rgb(57,32,7); }

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

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

 a { background-color: rgb(57,32,7); }

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

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

 span { border-color: rgb(57,32,7); }

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