Shades of Cocoa Brown #271B0F
Tints of Cocoa Brown #271B0F
RGB
CMYK
RGB Variations
Color information
#271B0F (or 0x271B0F) is known color: Cocoa Brown. HEX triplet: 27, 1B and 0F. RGB value is (39,27,15). Sum of RGB (Red+Green+Blue) = 39+27+15=81 (10% of max value = 765). Red value is 39 (15.62% from 255 or 48.15% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 39 - color contains mainly: red. Hex color #271B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271B0F is #D8E4F0. Grayscale: #1D1D1D. Windows color (decimal): -14214385 or 989991. OLE color: 989991.
HSL color Cylindrical-coordinate representation of color #271B0F: hue angle of 30º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #271B0F is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 27 | 15 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.85 |
| HSL | 30º | 0.44% | 0.11% | - |
| HSV(B) | 30º | 0.62% | 0.15% | - |
| XYZ | 1.31 | 1.25 | 0.62 | - |
| YUV | 29.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 15 | 0 | 0.31 | 0.62 | 0.85 | 30 | 0.44 | 0.11 |
| Hex | 27 | 1B | F | 0 | 1F | 3E | 55 | 1E | 2C | B |
| Octal | 47 | 33 | 17 | 0 | 37 | 76 | 125 | 36 | 54 | 13 |
| Binary | 100111 | 11011 | 1111 | 0 | 11111 | 111110 | 1010101 | 11110 | 101100 | 1011 |
Color Harmonies of #271B0F
Complementary color
Monochromatic Colors of #271B0F
Black with #271B0F
Text Example
Text Example
White with #271B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271B0F; }
p { color: rgb(39,27,15); }
H1.HeaderClassName
{
color: #271B0F;
}
.AnyTagClassName
{
color: #271B0F;
}
</style>
background-color css
<style>
a { background-color: #271B0F; }
a { background-color: rgb(39,27,15); }
div.DivClassName
{
background-color: #271B0F;
}
.BgClassName
{
background-color: #271B0F;
}
</style>
border-color css
<style>
span { border-color: #271B0F; }
span { border-color: rgb(39,27,15); }
td.TdClassName
{
border-color: #271B0F;
}
.TagClassName
{
border-color: #271B0F;
}
</style>