Shades of Cocoa Brown #33281C
Tints of Cocoa Brown #33281C
RGB
CMYK
RGB Variations
Color information
#33281C (or 0x33281C) is known color: Cocoa Brown. HEX triplet: 33, 28 and 1C. RGB value is (51,40,28). Sum of RGB (Red+Green+Blue) = 51+40+28=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 51 - color contains mainly: red. Hex color #33281C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33281C is #CCD7E3. Grayscale: #292929. Windows color (decimal): -13424612 or 1845299. OLE color: 1845299.
HSL color Cylindrical-coordinate representation of color #33281C: hue angle of 31.3º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33281C is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 40 | 28 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.8 |
| HSL | 31.3º | 0.29% | 0.15% | - |
| HSV(B) | 31.3º | 0.45% | 0.2% | - |
| XYZ | 2.33 | 2.31 | 1.42 | - |
| YUV | 41.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 28 | 0 | 0.22 | 0.45 | 0.8 | 31.3 | 0.29 | 0.15 |
| Hex | 33 | 28 | 1C | 0 | 16 | 2D | 50 | 1F | 1D | F |
| Octal | 63 | 50 | 34 | 0 | 26 | 55 | 120 | 37 | 35 | 17 |
| Binary | 110011 | 101000 | 11100 | 0 | 10110 | 101101 | 1010000 | 11111 | 11101 | 1111 |
Color Harmonies of #33281C
Complementary color
Monochromatic Colors of #33281C
Black with #33281C
Text Example
Text Example
White with #33281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33281C; }
p { color: rgb(51,40,28); }
H1.HeaderClassName
{
color: #33281C;
}
.AnyTagClassName
{
color: #33281C;
}
</style>
background-color css
<style>
a { background-color: #33281C; }
a { background-color: rgb(51,40,28); }
div.DivClassName
{
background-color: #33281C;
}
.BgClassName
{
background-color: #33281C;
}
</style>
border-color css
<style>
span { border-color: #33281C; }
span { border-color: rgb(51,40,28); }
td.TdClassName
{
border-color: #33281C;
}
.TagClassName
{
border-color: #33281C;
}
</style>