Shades of Cocoa Brown #392502
Tints of Cocoa Brown #392502
RGB
CMYK
RGB Variations
Color information
#392502 (or 0x392502) is known color: Cocoa Brown. HEX triplet: 39, 25 and 02. RGB value is (57,37,2). Sum of RGB (Red+Green+Blue) = 57+37+2=96 (12% of max value = 765). Red value is 57 (22.66% from 255 or 59.38% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 57 - color contains mainly: red. Hex color #392502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392502 is #C6DAFD. Grayscale: #272727. Windows color (decimal): -13032190 or 140601. OLE color: 140601.
HSL color Cylindrical-coordinate representation of color #392502: hue angle of 38.18º 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 #392502 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 37 | 2 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.78 |
| HSL | 38.18º | 0.93% | 0.12% | - |
| HSV(B) | 38.18º | 0.96% | 0.22% | - |
| XYZ | 2.36 | 2.2 | 0.36 | - |
| YUV | 38.99 | 107.13 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 2 | 0 | 0.35 | 0.96 | 0.78 | 38.18 | 0.93 | 0.12 |
| Hex | 39 | 25 | 2 | 0 | 23 | 60 | 4E | 26 | 5D | C |
| Octal | 71 | 45 | 2 | 0 | 43 | 140 | 116 | 46 | 135 | 14 |
| Binary | 111001 | 100101 | 10 | 0 | 100011 | 1100000 | 1001110 | 100110 | 1011101 | 1100 |
Color Harmonies of #392502
Complementary color
Monochromatic Colors of #392502
Black with #392502
Text Example
Text Example
White with #392502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392502; }
p { color: rgb(57,37,2); }
H1.HeaderClassName
{
color: #392502;
}
.AnyTagClassName
{
color: #392502;
}
</style>
background-color css
<style>
a { background-color: #392502; }
a { background-color: rgb(57,37,2); }
div.DivClassName
{
background-color: #392502;
}
.BgClassName
{
background-color: #392502;
}
</style>
border-color css
<style>
span { border-color: #392502; }
span { border-color: rgb(57,37,2); }
td.TdClassName
{
border-color: #392502;
}
.TagClassName
{
border-color: #392502;
}
</style>