Shades of Cocoa Brown #291201
Tints of Cocoa Brown #291201
RGB
CMYK
RGB Variations
Color information
#291201 (or 0x291201) is known color: Cocoa Brown. HEX triplet: 29, 12 and 01. RGB value is (41,18,1). Sum of RGB (Red+Green+Blue) = 41+18+1=60 (7% of max value = 765). Red value is 41 (16.41% from 255 or 68.33% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 41 - color contains mainly: red. Hex color #291201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291201 is #D6EDFE. Grayscale: #171717. Windows color (decimal): -14085631 or 70185. OLE color: 70185.
HSL color Cylindrical-coordinate representation of color #291201: hue angle of 25.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #291201 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 18 | 1 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.84 |
| HSL | 25.5º | 0.95% | 0.08% | - |
| HSV(B) | 25.5º | 0.98% | 0.16% | - |
| XYZ | 1.14 | 0.91 | 0.14 | - |
| YUV | 22.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 1 | 0 | 0.56 | 0.98 | 0.84 | 25.5 | 0.95 | 0.08 |
| Hex | 29 | 12 | 1 | 0 | 38 | 62 | 54 | 1A | 5F | 8 |
| Octal | 51 | 22 | 1 | 0 | 70 | 142 | 124 | 32 | 137 | 10 |
| Binary | 101001 | 10010 | 1 | 0 | 111000 | 1100010 | 1010100 | 11010 | 1011111 | 1000 |
Color Harmonies of #291201
Complementary color
Monochromatic Colors of #291201
Black with #291201
Text Example
Text Example
White with #291201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291201; }
p { color: rgb(41,18,1); }
H1.HeaderClassName
{
color: #291201;
}
.AnyTagClassName
{
color: #291201;
}
</style>
background-color css
<style>
a { background-color: #291201; }
a { background-color: rgb(41,18,1); }
div.DivClassName
{
background-color: #291201;
}
.BgClassName
{
background-color: #291201;
}
</style>
border-color css
<style>
span { border-color: #291201; }
span { border-color: rgb(41,18,1); }
td.TdClassName
{
border-color: #291201;
}
.TagClassName
{
border-color: #291201;
}
</style>