Shades of Cocoa Brown #27180B
Tints of Cocoa Brown #27180B
RGB
CMYK
RGB Variations
Color information
#27180B (or 0x27180B) is known color: Cocoa Brown. HEX triplet: 27, 18 and 0B. RGB value is (39,24,11). Sum of RGB (Red+Green+Blue) = 39+24+11=74 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52.70% from 74); Green value is 24 (9.77% from 255 or 32.43% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 39 - color contains mainly: red. Hex color #27180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27180B is #D8E7F4. Grayscale: #1B1B1B. Windows color (decimal): -14215157 or 727079. OLE color: 727079.
HSL color Cylindrical-coordinate representation of color #27180B: hue angle of 27.86º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27180B is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 24 | 11 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.85 |
| HSL | 27.86º | 0.56% | 0.1% | - |
| HSV(B) | 27.86º | 0.72% | 0.15% | - |
| XYZ | 1.22 | 1.11 | 0.47 | - |
| YUV | 27 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 24 | 11 | 0 | 0.38 | 0.72 | 0.85 | 27.86 | 0.56 | 0.1 |
| Hex | 27 | 18 | B | 0 | 26 | 48 | 55 | 1C | 38 | A |
| Octal | 47 | 30 | 13 | 0 | 46 | 110 | 125 | 34 | 70 | 12 |
| Binary | 100111 | 11000 | 1011 | 0 | 100110 | 1001000 | 1010101 | 11100 | 111000 | 1010 |
Color Harmonies of #27180B
Complementary color
Monochromatic Colors of #27180B
Black with #27180B
Text Example
Text Example
White with #27180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27180B; }
p { color: rgb(39,24,11); }
H1.HeaderClassName
{
color: #27180B;
}
.AnyTagClassName
{
color: #27180B;
}
</style>
background-color css
<style>
a { background-color: #27180B; }
a { background-color: rgb(39,24,11); }
div.DivClassName
{
background-color: #27180B;
}
.BgClassName
{
background-color: #27180B;
}
</style>
border-color css
<style>
span { border-color: #27180B; }
span { border-color: rgb(39,24,11); }
td.TdClassName
{
border-color: #27180B;
}
.TagClassName
{
border-color: #27180B;
}
</style>