Shades of Cocoa Brown #271000
Tints of Cocoa Brown #271000
RGB
CMYK
RGB Variations
Color information
#271000 (or 0x271000) is known color: Cocoa Brown. HEX triplet: 27, 10 and 00. RGB value is (39,16,0). Sum of RGB (Red+Green+Blue) = 39+16+0=55 (7% of max value = 765). Red value is 39 (15.62% from 255 or 70.91% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 39 - color contains mainly: red. Hex color #271000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271000 is #D8EFFF. Grayscale: #151515. Windows color (decimal): -14217216 or 4135. OLE color: 4135.
HSL color Cylindrical-coordinate representation of color #271000: hue angle of 24.62º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #271000 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 16 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.85 |
| HSL | 24.62º | 1% | 0.08% | - |
| HSV(B) | 24.62º | 1% | 0.15% | - |
| XYZ | 1.02 | 0.8 | 0.1 | - |
| YUV | 21.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 16 | 0 | 0 | 0.59 | 1 | 0.85 | 24.62 | 1 | 0.08 |
| Hex | 27 | 10 | 0 | 0 | 3B | 64 | 55 | 19 | 64 | 8 |
| Octal | 47 | 20 | 0 | 0 | 73 | 144 | 125 | 31 | 144 | 10 |
| Binary | 100111 | 10000 | 0 | 0 | 111011 | 1100100 | 1010101 | 11001 | 1100100 | 1000 |
Color Harmonies of #271000
Complementary color
Monochromatic Colors of #271000
Black with #271000
Text Example
Text Example
White with #271000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271000; }
p { color: rgb(39,16,0); }
H1.HeaderClassName
{
color: #271000;
}
.AnyTagClassName
{
color: #271000;
}
</style>
background-color css
<style>
a { background-color: #271000; }
a { background-color: rgb(39,16,0); }
div.DivClassName
{
background-color: #271000;
}
.BgClassName
{
background-color: #271000;
}
</style>
border-color css
<style>
span { border-color: #271000; }
span { border-color: rgb(39,16,0); }
td.TdClassName
{
border-color: #271000;
}
.TagClassName
{
border-color: #271000;
}
</style>