Shades of Cocoa Brown #392103
Tints of Cocoa Brown #392103
RGB
CMYK
RGB Variations
Color information
#392103 (or 0x392103) is known color: Cocoa Brown. HEX triplet: 39, 21 and 03. RGB value is (57,33,3). Sum of RGB (Red+Green+Blue) = 57+33+3=93 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.29% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 57 - color contains mainly: red. Hex color #392103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392103 is #C6DEFC. Grayscale: #242424. Windows color (decimal): -13033213 or 205113. OLE color: 205113.
HSL color Cylindrical-coordinate representation of color #392103: hue angle of 33.33º 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 #392103 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 33 | 3 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.78 |
| HSL | 33.33º | 0.9% | 0.12% | - |
| HSV(B) | 33.33º | 0.95% | 0.22% | - |
| XYZ | 2.25 | 1.96 | 0.35 | - |
| YUV | 36.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 3 | 0 | 0.42 | 0.95 | 0.78 | 33.33 | 0.9 | 0.12 |
| Hex | 39 | 21 | 3 | 0 | 2A | 5F | 4E | 21 | 5A | C |
| Octal | 71 | 41 | 3 | 0 | 52 | 137 | 116 | 41 | 132 | 14 |
| Binary | 111001 | 100001 | 11 | 0 | 101010 | 1011111 | 1001110 | 100001 | 1011010 | 1100 |
Color Harmonies of #392103
Complementary color
Monochromatic Colors of #392103
Black with #392103
Text Example
Text Example
White with #392103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392103; }
p { color: rgb(57,33,3); }
H1.HeaderClassName
{
color: #392103;
}
.AnyTagClassName
{
color: #392103;
}
</style>
background-color css
<style>
a { background-color: #392103; }
a { background-color: rgb(57,33,3); }
div.DivClassName
{
background-color: #392103;
}
.BgClassName
{
background-color: #392103;
}
</style>
border-color css
<style>
span { border-color: #392103; }
span { border-color: rgb(57,33,3); }
td.TdClassName
{
border-color: #392103;
}
.TagClassName
{
border-color: #392103;
}
</style>