Shades of Cocoa Brown #271909
Tints of Cocoa Brown #271909
RGB
CMYK
RGB Variations
Color information
#271909 (or 0x271909) is known color: Cocoa Brown. HEX triplet: 27, 19 and 09. RGB value is (39,25,9). Sum of RGB (Red+Green+Blue) = 39+25+9=73 (9% of max value = 765). Red value is 39 (15.62% from 255 or 53.42% from 73); Green value is 25 (10.16% from 255 or 34.25% from 73); Blue value is 9 (3.91% from 255 or 12.33% from 73); Max value from RGB is 39 - color contains mainly: red. Hex color #271909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271909 is #D8E6F6. Grayscale: #1B1B1B. Windows color (decimal): -14214903 or 596263. OLE color: 596263.
HSL color Cylindrical-coordinate representation of color #271909: hue angle of 32º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #271909 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 25 | 9 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.85 |
| HSL | 32º | 0.63% | 0.09% | - |
| HSV(B) | 32º | 0.77% | 0.15% | - |
| XYZ | 1.23 | 1.15 | 0.41 | - |
| YUV | 27.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 25 | 9 | 0 | 0.36 | 0.77 | 0.85 | 32 | 0.63 | 0.09 |
| Hex | 27 | 19 | 9 | 0 | 24 | 4D | 55 | 20 | 3E | 9 |
| Octal | 47 | 31 | 11 | 0 | 44 | 115 | 125 | 40 | 76 | 11 |
| Binary | 100111 | 11001 | 1001 | 0 | 100100 | 1001101 | 1010101 | 100000 | 111110 | 1001 |
Color Harmonies of #271909
Complementary color
Monochromatic Colors of #271909
Black with #271909
Text Example
Text Example
White with #271909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271909; }
p { color: rgb(39,25,9); }
H1.HeaderClassName
{
color: #271909;
}
.AnyTagClassName
{
color: #271909;
}
</style>
background-color css
<style>
a { background-color: #271909; }
a { background-color: rgb(39,25,9); }
div.DivClassName
{
background-color: #271909;
}
.BgClassName
{
background-color: #271909;
}
</style>
border-color css
<style>
span { border-color: #271909; }
span { border-color: rgb(39,25,9); }
td.TdClassName
{
border-color: #271909;
}
.TagClassName
{
border-color: #271909;
}
</style>