Shades of Cocoa Brown #291501
Tints of Cocoa Brown #291501
RGB
CMYK
RGB Variations
Color information
#291501 (or 0x291501) is known color: Cocoa Brown. HEX triplet: 29, 15 and 01. RGB value is (41,21,1). Sum of RGB (Red+Green+Blue) = 41+21+1=63 (8% of max value = 765). Red value is 41 (16.41% from 255 or 65.08% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 41 - color contains mainly: red. Hex color #291501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291501 is #D6EAFE. Grayscale: #181818. Windows color (decimal): -14084863 or 70953. OLE color: 70953.
HSL color Cylindrical-coordinate representation of color #291501: hue angle of 30º 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 #291501 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 21 | 1 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.84 |
| HSL | 30º | 0.95% | 0.08% | - |
| HSV(B) | 30º | 0.98% | 0.16% | - |
| XYZ | 1.19 | 1.01 | 0.16 | - |
| YUV | 24.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 21 | 1 | 0 | 0.49 | 0.98 | 0.84 | 30 | 0.95 | 0.08 |
| Hex | 29 | 15 | 1 | 0 | 31 | 62 | 54 | 1E | 5F | 8 |
| Octal | 51 | 25 | 1 | 0 | 61 | 142 | 124 | 36 | 137 | 10 |
| Binary | 101001 | 10101 | 1 | 0 | 110001 | 1100010 | 1010100 | 11110 | 1011111 | 1000 |
Color Harmonies of #291501
Complementary color
Monochromatic Colors of #291501
Black with #291501
Text Example
Text Example
White with #291501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291501; }
p { color: rgb(41,21,1); }
H1.HeaderClassName
{
color: #291501;
}
.AnyTagClassName
{
color: #291501;
}
</style>
background-color css
<style>
a { background-color: #291501; }
a { background-color: rgb(41,21,1); }
div.DivClassName
{
background-color: #291501;
}
.BgClassName
{
background-color: #291501;
}
</style>
border-color css
<style>
span { border-color: #291501; }
span { border-color: rgb(41,21,1); }
td.TdClassName
{
border-color: #291501;
}
.TagClassName
{
border-color: #291501;
}
</style>