Shades of Cocoa Brown #271B09
Tints of Cocoa Brown #271B09
RGB
CMYK
RGB Variations
Color information
#271B09 (or 0x271B09) is known color: Cocoa Brown. HEX triplet: 27, 1B and 09. RGB value is (39,27,9). Sum of RGB (Red+Green+Blue) = 39+27+9=75 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 39 - color contains mainly: red. Hex color #271B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271B09 is #D8E4F6. Grayscale: #1C1C1C. Windows color (decimal): -14214391 or 596775. OLE color: 596775.
HSL color Cylindrical-coordinate representation of color #271B09: hue angle of 36º 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 #271B09 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 27 | 9 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.85 |
| HSL | 36º | 0.63% | 0.09% | - |
| HSV(B) | 36º | 0.77% | 0.15% | - |
| XYZ | 1.28 | 1.23 | 0.43 | - |
| YUV | 28.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 9 | 0 | 0.31 | 0.77 | 0.85 | 36 | 0.63 | 0.09 |
| Hex | 27 | 1B | 9 | 0 | 1F | 4D | 55 | 24 | 3E | 9 |
| Octal | 47 | 33 | 11 | 0 | 37 | 115 | 125 | 44 | 76 | 11 |
| Binary | 100111 | 11011 | 1001 | 0 | 11111 | 1001101 | 1010101 | 100100 | 111110 | 1001 |
Color Harmonies of #271B09
Complementary color
Monochromatic Colors of #271B09
Black with #271B09
Text Example
Text Example
White with #271B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271B09; }
p { color: rgb(39,27,9); }
H1.HeaderClassName
{
color: #271B09;
}
.AnyTagClassName
{
color: #271B09;
}
</style>
background-color css
<style>
a { background-color: #271B09; }
a { background-color: rgb(39,27,9); }
div.DivClassName
{
background-color: #271B09;
}
.BgClassName
{
background-color: #271B09;
}
</style>
border-color css
<style>
span { border-color: #271B09; }
span { border-color: rgb(39,27,9); }
td.TdClassName
{
border-color: #271B09;
}
.TagClassName
{
border-color: #271B09;
}
</style>