Shades of Cocoa Brown #271C0B
Tints of Cocoa Brown #271C0B
RGB
CMYK
RGB Variations
Color information
#271C0B (or 0x271C0B) is known color: Cocoa Brown. HEX triplet: 27, 1C and 0B. RGB value is (39,28,11). Sum of RGB (Red+Green+Blue) = 39+28+11=78 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 39 - color contains mainly: red. Hex color #271C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271C0B is #D8E3F4. Grayscale: #1D1D1D. Windows color (decimal): -14214133 or 728103. OLE color: 728103.
HSL color Cylindrical-coordinate representation of color #271C0B: hue angle of 36.43º 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 #271C0B is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 28 | 11 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.85 |
| HSL | 36.43º | 0.56% | 0.1% | - |
| HSV(B) | 36.43º | 0.72% | 0.15% | - |
| XYZ | 1.31 | 1.29 | 0.5 | - |
| YUV | 29.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 11 | 0 | 0.28 | 0.72 | 0.85 | 36.43 | 0.56 | 0.1 |
| Hex | 27 | 1C | B | 0 | 1C | 48 | 55 | 24 | 38 | A |
| Octal | 47 | 34 | 13 | 0 | 34 | 110 | 125 | 44 | 70 | 12 |
| Binary | 100111 | 11100 | 1011 | 0 | 11100 | 1001000 | 1010101 | 100100 | 111000 | 1010 |
Color Harmonies of #271C0B
Complementary color
Monochromatic Colors of #271C0B
Black with #271C0B
Text Example
Text Example
White with #271C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271C0B; }
p { color: rgb(39,28,11); }
H1.HeaderClassName
{
color: #271C0B;
}
.AnyTagClassName
{
color: #271C0B;
}
</style>
background-color css
<style>
a { background-color: #271C0B; }
a { background-color: rgb(39,28,11); }
div.DivClassName
{
background-color: #271C0B;
}
.BgClassName
{
background-color: #271C0B;
}
</style>
border-color css
<style>
span { border-color: #271C0B; }
span { border-color: rgb(39,28,11); }
td.TdClassName
{
border-color: #271C0B;
}
.TagClassName
{
border-color: #271C0B;
}
</style>