Shades of Cocoa Brown #271B0D
Tints of Cocoa Brown #271B0D
RGB
CMYK
RGB Variations
Color information
#271B0D (or 0x271B0D) is known color: Cocoa Brown. HEX triplet: 27, 1B and 0D. RGB value is (39,27,13). Sum of RGB (Red+Green+Blue) = 39+27+13=79 (10% of max value = 765). Red value is 39 (15.62% from 255 or 49.37% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 39 - color contains mainly: red. Hex color #271B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271B0D is #D8E4F2. Grayscale: #1D1D1D. Windows color (decimal): -14214387 or 858919. OLE color: 858919.
HSL color Cylindrical-coordinate representation of color #271B0D: hue angle of 32.31º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #271B0D is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 27 | 13 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.85 |
| HSL | 32.31º | 0.5% | 0.1% | - |
| HSV(B) | 32.31º | 0.67% | 0.15% | - |
| XYZ | 1.3 | 1.24 | 0.55 | - |
| YUV | 28.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 13 | 0 | 0.31 | 0.67 | 0.85 | 32.31 | 0.5 | 0.1 |
| Hex | 27 | 1B | D | 0 | 1F | 43 | 55 | 20 | 32 | A |
| Octal | 47 | 33 | 15 | 0 | 37 | 103 | 125 | 40 | 62 | 12 |
| Binary | 100111 | 11011 | 1101 | 0 | 11111 | 1000011 | 1010101 | 100000 | 110010 | 1010 |
Color Harmonies of #271B0D
Complementary color
Monochromatic Colors of #271B0D
Black with #271B0D
Text Example
Text Example
White with #271B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271B0D; }
p { color: rgb(39,27,13); }
H1.HeaderClassName
{
color: #271B0D;
}
.AnyTagClassName
{
color: #271B0D;
}
</style>
background-color css
<style>
a { background-color: #271B0D; }
a { background-color: rgb(39,27,13); }
div.DivClassName
{
background-color: #271B0D;
}
.BgClassName
{
background-color: #271B0D;
}
</style>
border-color css
<style>
span { border-color: #271B0D; }
span { border-color: rgb(39,27,13); }
td.TdClassName
{
border-color: #271B0D;
}
.TagClassName
{
border-color: #271B0D;
}
</style>