Shades of Cocoa Brown #33281D
Tints of Cocoa Brown #33281D
RGB
CMYK
RGB Variations
Color information
#33281D (or 0x33281D) is known color: Cocoa Brown. HEX triplet: 33, 28 and 1D. RGB value is (51,40,29). Sum of RGB (Red+Green+Blue) = 51+40+29=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #33281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33281D is #CCD7E2. Grayscale: #2A2A2A. Windows color (decimal): -13424611 or 1910835. OLE color: 1910835.
HSL color Cylindrical-coordinate representation of color #33281D: hue angle of 30º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #33281D is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 40 | 29 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.8 |
| HSL | 30º | 0.28% | 0.16% | - |
| HSV(B) | 30º | 0.43% | 0.2% | - |
| XYZ | 2.35 | 2.31 | 1.48 | - |
| YUV | 42.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 29 | 0 | 0.22 | 0.43 | 0.8 | 30 | 0.28 | 0.16 |
| Hex | 33 | 28 | 1D | 0 | 16 | 2B | 50 | 1E | 1C | 10 |
| Octal | 63 | 50 | 35 | 0 | 26 | 53 | 120 | 36 | 34 | 20 |
| Binary | 110011 | 101000 | 11101 | 0 | 10110 | 101011 | 1010000 | 11110 | 11100 | 10000 |
Color Harmonies of #33281D
Complementary color
Monochromatic Colors of #33281D
Black with #33281D
Text Example
Text Example
White with #33281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33281D; }
p { color: rgb(51,40,29); }
H1.HeaderClassName
{
color: #33281D;
}
.AnyTagClassName
{
color: #33281D;
}
</style>
background-color css
<style>
a { background-color: #33281D; }
a { background-color: rgb(51,40,29); }
div.DivClassName
{
background-color: #33281D;
}
.BgClassName
{
background-color: #33281D;
}
</style>
border-color css
<style>
span { border-color: #33281D; }
span { border-color: rgb(51,40,29); }
td.TdClassName
{
border-color: #33281D;
}
.TagClassName
{
border-color: #33281D;
}
</style>