Shades of Cocoa Brown #271E12
Tints of Cocoa Brown #271E12
RGB
CMYK
RGB Variations
Color information
#271E12 (or 0x271E12) is known color: Cocoa Brown. HEX triplet: 27, 1E and 12. RGB value is (39,30,18). Sum of RGB (Red+Green+Blue) = 39+30+18=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 39 - color contains mainly: red. Hex color #271E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271E12 is #D8E1ED. Grayscale: #1F1F1F. Windows color (decimal): -14213614 or 1187367. OLE color: 1187367.
HSL color Cylindrical-coordinate representation of color #271E12: hue angle of 34.29º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #271E12 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 30 | 18 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.85 |
| HSL | 34.29º | 0.37% | 0.11% | - |
| HSV(B) | 34.29º | 0.54% | 0.15% | - |
| XYZ | 1.41 | 1.4 | 0.77 | - |
| YUV | 31.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 30 | 18 | 0 | 0.23 | 0.54 | 0.85 | 34.29 | 0.37 | 0.11 |
| Hex | 27 | 1E | 12 | 0 | 17 | 36 | 55 | 22 | 25 | B |
| Octal | 47 | 36 | 22 | 0 | 27 | 66 | 125 | 42 | 45 | 13 |
| Binary | 100111 | 11110 | 10010 | 0 | 10111 | 110110 | 1010101 | 100010 | 100101 | 1011 |
Color Harmonies of #271E12
Complementary color
Monochromatic Colors of #271E12
Black with #271E12
Text Example
Text Example
White with #271E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271E12; }
p { color: rgb(39,30,18); }
H1.HeaderClassName
{
color: #271E12;
}
.AnyTagClassName
{
color: #271E12;
}
</style>
background-color css
<style>
a { background-color: #271E12; }
a { background-color: rgb(39,30,18); }
div.DivClassName
{
background-color: #271E12;
}
.BgClassName
{
background-color: #271E12;
}
</style>
border-color css
<style>
span { border-color: #271E12; }
span { border-color: rgb(39,30,18); }
td.TdClassName
{
border-color: #271E12;
}
.TagClassName
{
border-color: #271E12;
}
</style>