Shades of Cocoa Brown #27170A
Tints of Cocoa Brown #27170A
RGB
CMYK
RGB Variations
Color information
#27170A (or 0x27170A) is known color: Cocoa Brown. HEX triplet: 27, 17 and 0A. RGB value is (39,23,10). Sum of RGB (Red+Green+Blue) = 39+23+10=72 (9% of max value = 765). Red value is 39 (15.62% from 255 or 54.17% from 72); Green value is 23 (9.38% from 255 or 31.94% from 72); Blue value is 10 (4.30% from 255 or 13.89% from 72); Max value from RGB is 39 - color contains mainly: red. Hex color #27170A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27170A is #D8E8F5. Grayscale: #1A1A1A. Windows color (decimal): -14215414 or 661287. OLE color: 661287.
HSL color Cylindrical-coordinate representation of color #27170A: hue angle of 26.9º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27170A is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 23 | 10 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.85 |
| HSL | 26.9º | 0.59% | 0.1% | - |
| HSV(B) | 26.9º | 0.74% | 0.15% | - |
| XYZ | 1.2 | 1.07 | 0.43 | - |
| YUV | 26.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 23 | 10 | 0 | 0.41 | 0.74 | 0.85 | 26.9 | 0.59 | 0.1 |
| Hex | 27 | 17 | A | 0 | 29 | 4A | 55 | 1B | 3B | A |
| Octal | 47 | 27 | 12 | 0 | 51 | 112 | 125 | 33 | 73 | 12 |
| Binary | 100111 | 10111 | 1010 | 0 | 101001 | 1001010 | 1010101 | 11011 | 111011 | 1010 |
Color Harmonies of #27170A
Complementary color
Monochromatic Colors of #27170A
Black with #27170A
Text Example
Text Example
White with #27170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27170A; }
p { color: rgb(39,23,10); }
H1.HeaderClassName
{
color: #27170A;
}
.AnyTagClassName
{
color: #27170A;
}
</style>
background-color css
<style>
a { background-color: #27170A; }
a { background-color: rgb(39,23,10); }
div.DivClassName
{
background-color: #27170A;
}
.BgClassName
{
background-color: #27170A;
}
</style>
border-color css
<style>
span { border-color: #27170A; }
span { border-color: rgb(39,23,10); }
td.TdClassName
{
border-color: #27170A;
}
.TagClassName
{
border-color: #27170A;
}
</style>