Shades of Cocoa Brown #271B07
Tints of Cocoa Brown #271B07
RGB
CMYK
RGB Variations
Color information
#271B07 (or 0x271B07) is known color: Cocoa Brown. HEX triplet: 27, 1B and 07. RGB value is (39,27,7). Sum of RGB (Red+Green+Blue) = 39+27+7=73 (9% of max value = 765). Red value is 39 (15.62% from 255 or 53.42% from 73); Green value is 27 (10.94% from 255 or 36.99% from 73); Blue value is 7 (3.12% from 255 or 9.59% from 73); Max value from RGB is 39 - color contains mainly: red. Hex color #271B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271B07 is #D8E4F8. Grayscale: #1C1C1C. Windows color (decimal): -14214393 or 465703. OLE color: 465703.
HSL color Cylindrical-coordinate representation of color #271B07: hue angle of 37.5º 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 #271B07 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 27 | 7 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.85 |
| HSL | 37.5º | 0.7% | 0.09% | - |
| HSV(B) | 37.5º | 0.82% | 0.15% | - |
| XYZ | 1.27 | 1.23 | 0.37 | - |
| YUV | 28.31 | 115.98 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 7 | 0 | 0.31 | 0.82 | 0.85 | 37.5 | 0.7 | 0.09 |
| Hex | 27 | 1B | 7 | 0 | 1F | 52 | 55 | 26 | 46 | 9 |
| Octal | 47 | 33 | 7 | 0 | 37 | 122 | 125 | 46 | 106 | 11 |
| Binary | 100111 | 11011 | 111 | 0 | 11111 | 1010010 | 1010101 | 100110 | 1000110 | 1001 |
Color Harmonies of #271B07
Complementary color
Monochromatic Colors of #271B07
Black with #271B07
Text Example
Text Example
White with #271B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271B07; }
p { color: rgb(39,27,7); }
H1.HeaderClassName
{
color: #271B07;
}
.AnyTagClassName
{
color: #271B07;
}
</style>
background-color css
<style>
a { background-color: #271B07; }
a { background-color: rgb(39,27,7); }
div.DivClassName
{
background-color: #271B07;
}
.BgClassName
{
background-color: #271B07;
}
</style>
border-color css
<style>
span { border-color: #271B07; }
span { border-color: rgb(39,27,7); }
td.TdClassName
{
border-color: #271B07;
}
.TagClassName
{
border-color: #271B07;
}
</style>