Shades of Cocoa Brown #271D13
Tints of Cocoa Brown #271D13
RGB
CMYK
RGB Variations
Color information
#271D13 (or 0x271D13) is known color: Cocoa Brown. HEX triplet: 27, 1D and 13. RGB value is (39,29,19). Sum of RGB (Red+Green+Blue) = 39+29+19=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 39 - color contains mainly: red. Hex color #271D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271D13 is #D8E2EC. Grayscale: #1E1E1E. Windows color (decimal): -14213869 or 1252647. OLE color: 1252647.
HSL color Cylindrical-coordinate representation of color #271D13: hue angle of 30º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #271D13 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 29 | 19 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.85 |
| HSL | 30º | 0.34% | 0.11% | - |
| HSV(B) | 30º | 0.51% | 0.15% | - |
| XYZ | 1.39 | 1.36 | 0.8 | - |
| YUV | 30.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 19 | 0 | 0.26 | 0.51 | 0.85 | 30 | 0.34 | 0.11 |
| Hex | 27 | 1D | 13 | 0 | 1A | 33 | 55 | 1E | 22 | B |
| Octal | 47 | 35 | 23 | 0 | 32 | 63 | 125 | 36 | 42 | 13 |
| Binary | 100111 | 11101 | 10011 | 0 | 11010 | 110011 | 1010101 | 11110 | 100010 | 1011 |
Color Harmonies of #271D13
Complementary color
Monochromatic Colors of #271D13
Black with #271D13
Text Example
Text Example
White with #271D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271D13; }
p { color: rgb(39,29,19); }
H1.HeaderClassName
{
color: #271D13;
}
.AnyTagClassName
{
color: #271D13;
}
</style>
background-color css
<style>
a { background-color: #271D13; }
a { background-color: rgb(39,29,19); }
div.DivClassName
{
background-color: #271D13;
}
.BgClassName
{
background-color: #271D13;
}
</style>
border-color css
<style>
span { border-color: #271D13; }
span { border-color: rgb(39,29,19); }
td.TdClassName
{
border-color: #271D13;
}
.TagClassName
{
border-color: #271D13;
}
</style>