Shades of Cocoa Brown #271B10
Tints of Cocoa Brown #271B10
RGB
CMYK
RGB Variations
Color information
#271B10 (or 0x271B10) is known color: Cocoa Brown. HEX triplet: 27, 1B and 10. RGB value is (39,27,16). Sum of RGB (Red+Green+Blue) = 39+27+16=82 (10% of max value = 765). Red value is 39 (15.62% from 255 or 47.56% from 82); Green value is 27 (10.94% from 255 or 32.93% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 39 - color contains mainly: red. Hex color #271B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271B10 is #D8E4EF. Grayscale: #1D1D1D. Windows color (decimal): -14214384 or 1055527. OLE color: 1055527.
HSL color Cylindrical-coordinate representation of color #271B10: hue angle of 28.7º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #271B10 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 27 | 16 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.85 |
| HSL | 28.7º | 0.42% | 0.11% | - |
| HSV(B) | 28.7º | 0.59% | 0.15% | - |
| XYZ | 1.32 | 1.25 | 0.66 | - |
| YUV | 29.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 16 | 0 | 0.31 | 0.59 | 0.85 | 28.7 | 0.42 | 0.11 |
| Hex | 27 | 1B | 10 | 0 | 1F | 3B | 55 | 1D | 2A | B |
| Octal | 47 | 33 | 20 | 0 | 37 | 73 | 125 | 35 | 52 | 13 |
| Binary | 100111 | 11011 | 10000 | 0 | 11111 | 111011 | 1010101 | 11101 | 101010 | 1011 |
Color Harmonies of #271B10
Complementary color
Monochromatic Colors of #271B10
Black with #271B10
Text Example
Text Example
White with #271B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271B10; }
p { color: rgb(39,27,16); }
H1.HeaderClassName
{
color: #271B10;
}
.AnyTagClassName
{
color: #271B10;
}
</style>
background-color css
<style>
a { background-color: #271B10; }
a { background-color: rgb(39,27,16); }
div.DivClassName
{
background-color: #271B10;
}
.BgClassName
{
background-color: #271B10;
}
</style>
border-color css
<style>
span { border-color: #271B10; }
span { border-color: rgb(39,27,16); }
td.TdClassName
{
border-color: #271B10;
}
.TagClassName
{
border-color: #271B10;
}
</style>