Shades of Cocoa Brown #291B02
Tints of Cocoa Brown #291B02
RGB
CMYK
RGB Variations
Color information
#291B02 (or 0x291B02) is known color: Cocoa Brown. HEX triplet: 29, 1B and 02. RGB value is (41,27,2). Sum of RGB (Red+Green+Blue) = 41+27+2=70 (9% of max value = 765). Red value is 41 (16.41% from 255 or 58.57% from 70); Green value is 27 (10.94% from 255 or 38.57% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 41 - color contains mainly: red. Hex color #291B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291B02 is #D6E4FD. Grayscale: #1C1C1C. Windows color (decimal): -14083326 or 138025. OLE color: 138025.
HSL color Cylindrical-coordinate representation of color #291B02: hue angle of 38.46º 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 #291B02 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 27 | 2 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.84 |
| HSL | 38.46º | 0.91% | 0.08% | - |
| HSV(B) | 38.46º | 0.95% | 0.16% | - |
| XYZ | 1.32 | 1.26 | 0.23 | - |
| YUV | 28.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 27 | 2 | 0 | 0.34 | 0.95 | 0.84 | 38.46 | 0.91 | 0.08 |
| Hex | 29 | 1B | 2 | 0 | 22 | 5F | 54 | 26 | 5B | 8 |
| Octal | 51 | 33 | 2 | 0 | 42 | 137 | 124 | 46 | 133 | 10 |
| Binary | 101001 | 11011 | 10 | 0 | 100010 | 1011111 | 1010100 | 100110 | 1011011 | 1000 |
Color Harmonies of #291B02
Complementary color
Monochromatic Colors of #291B02
Black with #291B02
Text Example
Text Example
White with #291B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291B02; }
p { color: rgb(41,27,2); }
H1.HeaderClassName
{
color: #291B02;
}
.AnyTagClassName
{
color: #291B02;
}
</style>
background-color css
<style>
a { background-color: #291B02; }
a { background-color: rgb(41,27,2); }
div.DivClassName
{
background-color: #291B02;
}
.BgClassName
{
background-color: #291B02;
}
</style>
border-color css
<style>
span { border-color: #291B02; }
span { border-color: rgb(41,27,2); }
td.TdClassName
{
border-color: #291B02;
}
.TagClassName
{
border-color: #291B02;
}
</style>