Shades of Cocoa Brown #271807
Tints of Cocoa Brown #271807
RGB
CMYK
RGB Variations
Color information
#271807 (or 0x271807) is known color: Cocoa Brown. HEX triplet: 27, 18 and 07. RGB value is (39,24,7). Sum of RGB (Red+Green+Blue) = 39+24+7=70 (9% of max value = 765). Red value is 39 (15.62% from 255 or 55.71% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 7 (3.12% from 255 or 10% from 70); Max value from RGB is 39 - color contains mainly: red. Hex color #271807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271807 is #D8E7F8. Grayscale: #1A1A1A. Windows color (decimal): -14215161 or 464935. OLE color: 464935.
HSL color Cylindrical-coordinate representation of color #271807: hue angle of 31.88º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #271807 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 24 | 7 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.85 |
| HSL | 31.88º | 0.7% | 0.09% | - |
| HSV(B) | 31.88º | 0.82% | 0.15% | - |
| XYZ | 1.2 | 1.1 | 0.35 | - |
| YUV | 26.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 24 | 7 | 0 | 0.38 | 0.82 | 0.85 | 31.88 | 0.7 | 0.09 |
| Hex | 27 | 18 | 7 | 0 | 26 | 52 | 55 | 20 | 46 | 9 |
| Octal | 47 | 30 | 7 | 0 | 46 | 122 | 125 | 40 | 106 | 11 |
| Binary | 100111 | 11000 | 111 | 0 | 100110 | 1010010 | 1010101 | 100000 | 1000110 | 1001 |
Color Harmonies of #271807
Complementary color
Monochromatic Colors of #271807
Black with #271807
Text Example
Text Example
White with #271807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271807; }
p { color: rgb(39,24,7); }
H1.HeaderClassName
{
color: #271807;
}
.AnyTagClassName
{
color: #271807;
}
</style>
background-color css
<style>
a { background-color: #271807; }
a { background-color: rgb(39,24,7); }
div.DivClassName
{
background-color: #271807;
}
.BgClassName
{
background-color: #271807;
}
</style>
border-color css
<style>
span { border-color: #271807; }
span { border-color: rgb(39,24,7); }
td.TdClassName
{
border-color: #271807;
}
.TagClassName
{
border-color: #271807;
}
</style>