Shades of Cocoa Brown #271D0F
Tints of Cocoa Brown #271D0F
RGB
CMYK
RGB Variations
Color information
#271D0F (or 0x271D0F) is known color: Cocoa Brown. HEX triplet: 27, 1D and 0F. RGB value is (39,29,15). Sum of RGB (Red+Green+Blue) = 39+29+15=83 (10% of max value = 765). Red value is 39 (15.62% from 255 or 46.99% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 39 - color contains mainly: red. Hex color #271D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271D0F is #D8E2F0. Grayscale: #1E1E1E. Windows color (decimal): -14213873 or 990503. OLE color: 990503.
HSL color Cylindrical-coordinate representation of color #271D0F: hue angle of 35º 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 #271D0F is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 29 | 15 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.85 |
| HSL | 35º | 0.44% | 0.11% | - |
| HSV(B) | 35º | 0.62% | 0.15% | - |
| XYZ | 1.36 | 1.34 | 0.64 | - |
| YUV | 30.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 15 | 0 | 0.26 | 0.62 | 0.85 | 35 | 0.44 | 0.11 |
| Hex | 27 | 1D | F | 0 | 1A | 3E | 55 | 23 | 2C | B |
| Octal | 47 | 35 | 17 | 0 | 32 | 76 | 125 | 43 | 54 | 13 |
| Binary | 100111 | 11101 | 1111 | 0 | 11010 | 111110 | 1010101 | 100011 | 101100 | 1011 |
Color Harmonies of #271D0F
Complementary color
Monochromatic Colors of #271D0F
Black with #271D0F
Text Example
Text Example
White with #271D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271D0F; }
p { color: rgb(39,29,15); }
H1.HeaderClassName
{
color: #271D0F;
}
.AnyTagClassName
{
color: #271D0F;
}
</style>
background-color css
<style>
a { background-color: #271D0F; }
a { background-color: rgb(39,29,15); }
div.DivClassName
{
background-color: #271D0F;
}
.BgClassName
{
background-color: #271D0F;
}
</style>
border-color css
<style>
span { border-color: #271D0F; }
span { border-color: rgb(39,29,15); }
td.TdClassName
{
border-color: #271D0F;
}
.TagClassName
{
border-color: #271D0F;
}
</style>