Shades of Cocoa Brown #392301
Tints of Cocoa Brown #392301
RGB
CMYK
RGB Variations
Color information
#392301 (or 0x392301) is known color: Cocoa Brown. HEX triplet: 39, 23 and 01. RGB value is (57,35,1). Sum of RGB (Red+Green+Blue) = 57+35+1=93 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.29% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 57 - color contains mainly: red. Hex color #392301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392301 is #C6DCFE. Grayscale: #252525. Windows color (decimal): -13032703 or 74553. OLE color: 74553.
HSL color Cylindrical-coordinate representation of color #392301: hue angle of 36.43º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #392301 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 35 | 1 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.78 |
| HSL | 36.43º | 0.97% | 0.11% | - |
| HSV(B) | 36.43º | 0.98% | 0.22% | - |
| XYZ | 2.29 | 2.07 | 0.31 | - |
| YUV | 37.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 35 | 1 | 0 | 0.39 | 0.98 | 0.78 | 36.43 | 0.97 | 0.11 |
| Hex | 39 | 23 | 1 | 0 | 27 | 62 | 4E | 24 | 61 | B |
| Octal | 71 | 43 | 1 | 0 | 47 | 142 | 116 | 44 | 141 | 13 |
| Binary | 111001 | 100011 | 1 | 0 | 100111 | 1100010 | 1001110 | 100100 | 1100001 | 1011 |
Color Harmonies of #392301
Complementary color
Monochromatic Colors of #392301
Black with #392301
Text Example
Text Example
White with #392301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392301; }
p { color: rgb(57,35,1); }
H1.HeaderClassName
{
color: #392301;
}
.AnyTagClassName
{
color: #392301;
}
</style>
background-color css
<style>
a { background-color: #392301; }
a { background-color: rgb(57,35,1); }
div.DivClassName
{
background-color: #392301;
}
.BgClassName
{
background-color: #392301;
}
</style>
border-color css
<style>
span { border-color: #392301; }
span { border-color: rgb(57,35,1); }
td.TdClassName
{
border-color: #392301;
}
.TagClassName
{
border-color: #392301;
}
</style>