Shades of Cocoa Brown #271301
Tints of Cocoa Brown #271301
RGB
CMYK
RGB Variations
Color information
#271301 (or 0x271301) is known color: Cocoa Brown. HEX triplet: 27, 13 and 01. RGB value is (39,19,1). Sum of RGB (Red+Green+Blue) = 39+19+1=59 (7% of max value = 765). Red value is 39 (15.62% from 255 or 66.10% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 39 - color contains mainly: red. Hex color #271301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271301 is #D8ECFE. Grayscale: #171717. Windows color (decimal): -14216447 or 70439. OLE color: 70439.
HSL color Cylindrical-coordinate representation of color #271301: hue angle of 28.42º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #271301 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 19 | 1 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.85 |
| HSL | 28.42º | 0.95% | 0.08% | - |
| HSV(B) | 28.42º | 0.97% | 0.15% | - |
| XYZ | 1.08 | 0.9 | 0.15 | - |
| YUV | 22.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 19 | 1 | 0 | 0.51 | 0.97 | 0.85 | 28.42 | 0.95 | 0.08 |
| Hex | 27 | 13 | 1 | 0 | 33 | 61 | 55 | 1C | 5F | 8 |
| Octal | 47 | 23 | 1 | 0 | 63 | 141 | 125 | 34 | 137 | 10 |
| Binary | 100111 | 10011 | 1 | 0 | 110011 | 1100001 | 1010101 | 11100 | 1011111 | 1000 |
Color Harmonies of #271301
Complementary color
Monochromatic Colors of #271301
Black with #271301
Text Example
Text Example
White with #271301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271301; }
p { color: rgb(39,19,1); }
H1.HeaderClassName
{
color: #271301;
}
.AnyTagClassName
{
color: #271301;
}
</style>
background-color css
<style>
a { background-color: #271301; }
a { background-color: rgb(39,19,1); }
div.DivClassName
{
background-color: #271301;
}
.BgClassName
{
background-color: #271301;
}
</style>
border-color css
<style>
span { border-color: #271301; }
span { border-color: rgb(39,19,1); }
td.TdClassName
{
border-color: #271301;
}
.TagClassName
{
border-color: #271301;
}
</style>