Shades of Cocoa Brown #39270C
Tints of Cocoa Brown #39270C
RGB
CMYK
RGB Variations
Color information
#39270C (or 0x39270C) is known color: Cocoa Brown. HEX triplet: 39, 27 and 0C. RGB value is (57,39,12). Sum of RGB (Red+Green+Blue) = 57+39+12=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #39270C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39270C is #C6D8F3. Grayscale: #292929. Windows color (decimal): -13031668 or 796473. OLE color: 796473.
HSL color Cylindrical-coordinate representation of color #39270C: hue angle of 36º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39270C is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 39 | 12 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.78 |
| HSL | 36º | 0.65% | 0.14% | - |
| HSV(B) | 36º | 0.79% | 0.22% | - |
| XYZ | 2.48 | 2.35 | 0.67 | - |
| YUV | 41.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 39 | 12 | 0 | 0.32 | 0.79 | 0.78 | 36 | 0.65 | 0.14 |
| Hex | 39 | 27 | C | 0 | 20 | 4F | 4E | 24 | 41 | E |
| Octal | 71 | 47 | 14 | 0 | 40 | 117 | 116 | 44 | 101 | 16 |
| Binary | 111001 | 100111 | 1100 | 0 | 100000 | 1001111 | 1001110 | 100100 | 1000001 | 1110 |
Color Harmonies of #39270C
Complementary color
Monochromatic Colors of #39270C
Black with #39270C
Text Example
Text Example
White with #39270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39270C; }
p { color: rgb(57,39,12); }
H1.HeaderClassName
{
color: #39270C;
}
.AnyTagClassName
{
color: #39270C;
}
</style>
background-color css
<style>
a { background-color: #39270C; }
a { background-color: rgb(57,39,12); }
div.DivClassName
{
background-color: #39270C;
}
.BgClassName
{
background-color: #39270C;
}
</style>
border-color css
<style>
span { border-color: #39270C; }
span { border-color: rgb(57,39,12); }
td.TdClassName
{
border-color: #39270C;
}
.TagClassName
{
border-color: #39270C;
}
</style>