Shades of Cocoa Brown #271C11
Tints of Cocoa Brown #271C11
RGB
CMYK
RGB Variations
Color information
#271C11 (or 0x271C11) is known color: Cocoa Brown. HEX triplet: 27, 1C and 11. RGB value is (39,28,17). Sum of RGB (Red+Green+Blue) = 39+28+17=84 (11% of max value = 765). Red value is 39 (15.62% from 255 or 46.43% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 39 - color contains mainly: red. Hex color #271C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271C11 is #D8E3EE. Grayscale: #1E1E1E. Windows color (decimal): -14214127 or 1121319. OLE color: 1121319.
HSL color Cylindrical-coordinate representation of color #271C11: hue angle of 30º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #271C11 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 28 | 17 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.85 |
| HSL | 30º | 0.39% | 0.11% | - |
| HSV(B) | 30º | 0.56% | 0.15% | - |
| XYZ | 1.35 | 1.3 | 0.71 | - |
| YUV | 30.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 17 | 0 | 0.28 | 0.56 | 0.85 | 30 | 0.39 | 0.11 |
| Hex | 27 | 1C | 11 | 0 | 1C | 38 | 55 | 1E | 27 | B |
| Octal | 47 | 34 | 21 | 0 | 34 | 70 | 125 | 36 | 47 | 13 |
| Binary | 100111 | 11100 | 10001 | 0 | 11100 | 111000 | 1010101 | 11110 | 100111 | 1011 |
Color Harmonies of #271C11
Complementary color
Monochromatic Colors of #271C11
Black with #271C11
Text Example
Text Example
White with #271C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271C11; }
p { color: rgb(39,28,17); }
H1.HeaderClassName
{
color: #271C11;
}
.AnyTagClassName
{
color: #271C11;
}
</style>
background-color css
<style>
a { background-color: #271C11; }
a { background-color: rgb(39,28,17); }
div.DivClassName
{
background-color: #271C11;
}
.BgClassName
{
background-color: #271C11;
}
</style>
border-color css
<style>
span { border-color: #271C11; }
span { border-color: rgb(39,28,17); }
td.TdClassName
{
border-color: #271C11;
}
.TagClassName
{
border-color: #271C11;
}
</style>