Shades of Cocoa Brown #271100
Tints of Cocoa Brown #271100
RGB
CMYK
RGB Variations
Color information
#271100 (or 0x271100) is known color: Cocoa Brown. HEX triplet: 27, 11 and 00. RGB value is (39,17,0). Sum of RGB (Red+Green+Blue) = 39+17+0=56 (7% of max value = 765). Red value is 39 (15.62% from 255 or 69.64% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 39 - color contains mainly: red. Hex color #271100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271100 is #D8EEFF. Grayscale: #151515. Windows color (decimal): -14216960 or 4391. OLE color: 4391.
HSL color Cylindrical-coordinate representation of color #271100: hue angle of 26.15º 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 #271100 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 17 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.85 |
| HSL | 26.15º | 1% | 0.08% | - |
| HSV(B) | 26.15º | 1% | 0.15% | - |
| XYZ | 1.04 | 0.83 | 0.11 | - |
| YUV | 21.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 17 | 0 | 0 | 0.56 | 1 | 0.85 | 26.15 | 1 | 0.08 |
| Hex | 27 | 11 | 0 | 0 | 38 | 64 | 55 | 1A | 64 | 8 |
| Octal | 47 | 21 | 0 | 0 | 70 | 144 | 125 | 32 | 144 | 10 |
| Binary | 100111 | 10001 | 0 | 0 | 111000 | 1100100 | 1010101 | 11010 | 1100100 | 1000 |
Color Harmonies of #271100
Complementary color
Monochromatic Colors of #271100
Black with #271100
Text Example
Text Example
White with #271100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271100; }
p { color: rgb(39,17,0); }
H1.HeaderClassName
{
color: #271100;
}
.AnyTagClassName
{
color: #271100;
}
</style>
background-color css
<style>
a { background-color: #271100; }
a { background-color: rgb(39,17,0); }
div.DivClassName
{
background-color: #271100;
}
.BgClassName
{
background-color: #271100;
}
</style>
border-color css
<style>
span { border-color: #271100; }
span { border-color: rgb(39,17,0); }
td.TdClassName
{
border-color: #271100;
}
.TagClassName
{
border-color: #271100;
}
</style>