Shades of Cocoa Brown #33291F
Tints of Cocoa Brown #33291F
RGB
CMYK
RGB Variations
Color information
#33291F (or 0x33291F) is known color: Cocoa Brown. HEX triplet: 33, 29 and 1F. RGB value is (51,41,31). Sum of RGB (Red+Green+Blue) = 51+41+31=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 41 (16.41% from 255 or 33.33% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 51 - color contains mainly: red. Hex color #33291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33291F is #CCD6E0. Grayscale: #2A2A2A. Windows color (decimal): -13424353 or 2042163. OLE color: 2042163.
HSL color Cylindrical-coordinate representation of color #33291F: hue angle of 30º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #33291F is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 41 | 31 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.8 |
| HSL | 30º | 0.24% | 0.16% | - |
| HSV(B) | 30º | 0.39% | 0.2% | - |
| XYZ | 2.41 | 2.39 | 1.63 | - |
| YUV | 42.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 31 | 0 | 0.20 | 0.39 | 0.8 | 30 | 0.24 | 0.16 |
| Hex | 33 | 29 | 1F | 0 | 14 | 27 | 50 | 1E | 18 | 10 |
| Octal | 63 | 51 | 37 | 0 | 24 | 47 | 120 | 36 | 30 | 20 |
| Binary | 110011 | 101001 | 11111 | 0 | 10100 | 100111 | 1010000 | 11110 | 11000 | 10000 |
Color Harmonies of #33291F
Complementary color
Monochromatic Colors of #33291F
Black with #33291F
Text Example
Text Example
White with #33291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33291F; }
p { color: rgb(51,41,31); }
H1.HeaderClassName
{
color: #33291F;
}
.AnyTagClassName
{
color: #33291F;
}
</style>
background-color css
<style>
a { background-color: #33291F; }
a { background-color: rgb(51,41,31); }
div.DivClassName
{
background-color: #33291F;
}
.BgClassName
{
background-color: #33291F;
}
</style>
border-color css
<style>
span { border-color: #33291F; }
span { border-color: rgb(51,41,31); }
td.TdClassName
{
border-color: #33291F;
}
.TagClassName
{
border-color: #33291F;
}
</style>