Shades of Cocoa Brown #392402
Tints of Cocoa Brown #392402
RGB
CMYK
RGB Variations
Color information
#392402 (or 0x392402) is known color: Cocoa Brown. HEX triplet: 39, 24 and 02. RGB value is (57,36,2). Sum of RGB (Red+Green+Blue) = 57+36+2=95 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 57 - color contains mainly: red. Hex color #392402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392402 is #C6DBFD. Grayscale: #262626. Windows color (decimal): -13032446 or 140345. OLE color: 140345.
HSL color Cylindrical-coordinate representation of color #392402: hue angle of 37.09º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #392402 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 36 | 2 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.78 |
| HSL | 37.09º | 0.93% | 0.12% | - |
| HSV(B) | 37.09º | 0.96% | 0.22% | - |
| XYZ | 2.33 | 2.14 | 0.35 | - |
| YUV | 38.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 36 | 2 | 0 | 0.37 | 0.96 | 0.78 | 37.09 | 0.93 | 0.12 |
| Hex | 39 | 24 | 2 | 0 | 25 | 60 | 4E | 25 | 5D | C |
| Octal | 71 | 44 | 2 | 0 | 45 | 140 | 116 | 45 | 135 | 14 |
| Binary | 111001 | 100100 | 10 | 0 | 100101 | 1100000 | 1001110 | 100101 | 1011101 | 1100 |
Color Harmonies of #392402
Complementary color
Monochromatic Colors of #392402
Black with #392402
Text Example
Text Example
White with #392402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392402; }
p { color: rgb(57,36,2); }
H1.HeaderClassName
{
color: #392402;
}
.AnyTagClassName
{
color: #392402;
}
</style>
background-color css
<style>
a { background-color: #392402; }
a { background-color: rgb(57,36,2); }
div.DivClassName
{
background-color: #392402;
}
.BgClassName
{
background-color: #392402;
}
</style>
border-color css
<style>
span { border-color: #392402; }
span { border-color: rgb(57,36,2); }
td.TdClassName
{
border-color: #392402;
}
.TagClassName
{
border-color: #392402;
}
</style>