Shades of Cocoa Brown #291B00
Tints of Cocoa Brown #291B00
RGB
CMYK
RGB Variations
Color information
#291B00 (or 0x291B00) is known color: Cocoa Brown. HEX triplet: 29, 1B and 00. RGB value is (41,27,0). Sum of RGB (Red+Green+Blue) = 41+27+0=68 (9% of max value = 765). Red value is 41 (16.41% from 255 or 60.29% from 68); Green value is 27 (10.94% from 255 or 39.71% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 41 - color contains mainly: red. Hex color #291B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291B00 is #D6E4FF. Grayscale: #1C1C1C. Windows color (decimal): -14083328 or 6953. OLE color: 6953.
HSL color Cylindrical-coordinate representation of color #291B00: hue angle of 39.51º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #291B00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 27 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.84 |
| HSL | 39.51º | 1% | 0.08% | - |
| HSV(B) | 39.51º | 1% | 0.16% | - |
| XYZ | 1.31 | 1.26 | 0.17 | - |
| YUV | 28.11 | 112.14 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 27 | 0 | 0 | 0.34 | 1 | 0.84 | 39.51 | 1 | 0.08 |
| Hex | 29 | 1B | 0 | 0 | 22 | 64 | 54 | 28 | 64 | 8 |
| Octal | 51 | 33 | 0 | 0 | 42 | 144 | 124 | 50 | 144 | 10 |
| Binary | 101001 | 11011 | 0 | 0 | 100010 | 1100100 | 1010100 | 101000 | 1100100 | 1000 |
Color Harmonies of #291B00
Complementary color
Monochromatic Colors of #291B00
Black with #291B00
Text Example
Text Example
White with #291B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291B00; }
p { color: rgb(41,27,0); }
H1.HeaderClassName
{
color: #291B00;
}
.AnyTagClassName
{
color: #291B00;
}
</style>
background-color css
<style>
a { background-color: #291B00; }
a { background-color: rgb(41,27,0); }
div.DivClassName
{
background-color: #291B00;
}
.BgClassName
{
background-color: #291B00;
}
</style>
border-color css
<style>
span { border-color: #291B00; }
span { border-color: rgb(41,27,0); }
td.TdClassName
{
border-color: #291B00;
}
.TagClassName
{
border-color: #291B00;
}
</style>