Shades of Cocoa Brown #392500
Tints of Cocoa Brown #392500
RGB
CMYK
RGB Variations
Color information
#392500 (or 0x392500) is known color: Cocoa Brown. HEX triplet: 39, 25 and 00. RGB value is (57,37,0). Sum of RGB (Red+Green+Blue) = 57+37+0=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #392500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392500 is #C6DAFF. Grayscale: #262626. Windows color (decimal): -13032192 or 9529. OLE color: 9529.
HSL color Cylindrical-coordinate representation of color #392500: hue angle of 38.95º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #392500 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 37 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.78 |
| HSL | 38.95º | 1% | 0.11% | - |
| HSV(B) | 38.95º | 1% | 0.22% | - |
| XYZ | 2.35 | 2.19 | 0.3 | - |
| YUV | 38.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 0 | 0 | 0.35 | 1 | 0.78 | 38.95 | 1 | 0.11 |
| Hex | 39 | 25 | 0 | 0 | 23 | 64 | 4E | 27 | 64 | B |
| Octal | 71 | 45 | 0 | 0 | 43 | 144 | 116 | 47 | 144 | 13 |
| Binary | 111001 | 100101 | 0 | 0 | 100011 | 1100100 | 1001110 | 100111 | 1100100 | 1011 |
Color Harmonies of #392500
Complementary color
Monochromatic Colors of #392500
Black with #392500
Text Example
Text Example
White with #392500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392500; }
p { color: rgb(57,37,0); }
H1.HeaderClassName
{
color: #392500;
}
.AnyTagClassName
{
color: #392500;
}
</style>
background-color css
<style>
a { background-color: #392500; }
a { background-color: rgb(57,37,0); }
div.DivClassName
{
background-color: #392500;
}
.BgClassName
{
background-color: #392500;
}
</style>
border-color css
<style>
span { border-color: #392500; }
span { border-color: rgb(57,37,0); }
td.TdClassName
{
border-color: #392500;
}
.TagClassName
{
border-color: #392500;
}
</style>