Shades of Cocoa Brown #392503
Tints of Cocoa Brown #392503
RGB
CMYK
RGB Variations
Color information
#392503 (or 0x392503) is known color: Cocoa Brown. HEX triplet: 39, 25 and 03. RGB value is (57,37,3). Sum of RGB (Red+Green+Blue) = 57+37+3=97 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.76% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 57 - color contains mainly: red. Hex color #392503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392503 is #C6DAFC. Grayscale: #272727. Windows color (decimal): -13032189 or 206137. OLE color: 206137.
HSL color Cylindrical-coordinate representation of color #392503: hue angle of 37.78º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #392503 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 37 | 3 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.78 |
| HSL | 37.78º | 0.9% | 0.12% | - |
| HSV(B) | 37.78º | 0.95% | 0.22% | - |
| XYZ | 2.37 | 2.2 | 0.39 | - |
| YUV | 39.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 3 | 0 | 0.35 | 0.95 | 0.78 | 37.78 | 0.9 | 0.12 |
| Hex | 39 | 25 | 3 | 0 | 23 | 5F | 4E | 26 | 5A | C |
| Octal | 71 | 45 | 3 | 0 | 43 | 137 | 116 | 46 | 132 | 14 |
| Binary | 111001 | 100101 | 11 | 0 | 100011 | 1011111 | 1001110 | 100110 | 1011010 | 1100 |
Color Harmonies of #392503
Complementary color
Monochromatic Colors of #392503
Black with #392503
Text Example
Text Example
White with #392503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392503; }
p { color: rgb(57,37,3); }
H1.HeaderClassName
{
color: #392503;
}
.AnyTagClassName
{
color: #392503;
}
</style>
background-color css
<style>
a { background-color: #392503; }
a { background-color: rgb(57,37,3); }
div.DivClassName
{
background-color: #392503;
}
.BgClassName
{
background-color: #392503;
}
</style>
border-color css
<style>
span { border-color: #392503; }
span { border-color: rgb(57,37,3); }
td.TdClassName
{
border-color: #392503;
}
.TagClassName
{
border-color: #392503;
}
</style>