Shades of Cocoa Brown #291802
Tints of Cocoa Brown #291802
RGB
CMYK
RGB Variations
Color information
#291802 (or 0x291802) is known color: Cocoa Brown. HEX triplet: 29, 18 and 02. RGB value is (41,24,2). Sum of RGB (Red+Green+Blue) = 41+24+2=67 (8% of max value = 765). Red value is 41 (16.41% from 255 or 61.19% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 41 - color contains mainly: red. Hex color #291802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291802 is #D6E7FD. Grayscale: #1A1A1A. Windows color (decimal): -14084094 or 137257. OLE color: 137257.
HSL color Cylindrical-coordinate representation of color #291802: hue angle of 33.85º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #291802 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 24 | 2 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.84 |
| HSL | 33.85º | 0.91% | 0.08% | - |
| HSV(B) | 33.85º | 0.95% | 0.16% | - |
| XYZ | 1.25 | 1.13 | 0.21 | - |
| YUV | 26.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 24 | 2 | 0 | 0.41 | 0.95 | 0.84 | 33.85 | 0.91 | 0.08 |
| Hex | 29 | 18 | 2 | 0 | 29 | 5F | 54 | 22 | 5B | 8 |
| Octal | 51 | 30 | 2 | 0 | 51 | 137 | 124 | 42 | 133 | 10 |
| Binary | 101001 | 11000 | 10 | 0 | 101001 | 1011111 | 1010100 | 100010 | 1011011 | 1000 |
Color Harmonies of #291802
Complementary color
Monochromatic Colors of #291802
Black with #291802
Text Example
Text Example
White with #291802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291802; }
p { color: rgb(41,24,2); }
H1.HeaderClassName
{
color: #291802;
}
.AnyTagClassName
{
color: #291802;
}
</style>
background-color css
<style>
a { background-color: #291802; }
a { background-color: rgb(41,24,2); }
div.DivClassName
{
background-color: #291802;
}
.BgClassName
{
background-color: #291802;
}
</style>
border-color css
<style>
span { border-color: #291802; }
span { border-color: rgb(41,24,2); }
td.TdClassName
{
border-color: #291802;
}
.TagClassName
{
border-color: #291802;
}
</style>