Shades of Cocoa Brown #33251C
Tints of Cocoa Brown #33251C
RGB
CMYK
RGB Variations
Color information
#33251C (or 0x33251C) is known color: Cocoa Brown. HEX triplet: 33, 25 and 1C. RGB value is (51,37,28). Sum of RGB (Red+Green+Blue) = 51+37+28=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #33251C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33251C is #CCDAE3. Grayscale: #282828. Windows color (decimal): -13425380 or 1844531. OLE color: 1844531.
HSL color Cylindrical-coordinate representation of color #33251C: hue angle of 23.48º 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 #33251C is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 37 | 28 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.8 |
| HSL | 23.48º | 0.29% | 0.15% | - |
| HSV(B) | 23.48º | 0.45% | 0.2% | - |
| XYZ | 2.24 | 2.11 | 1.39 | - |
| YUV | 40.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 28 | 0 | 0.27 | 0.45 | 0.8 | 23.48 | 0.29 | 0.15 |
| Hex | 33 | 25 | 1C | 0 | 1B | 2D | 50 | 17 | 1D | F |
| Octal | 63 | 45 | 34 | 0 | 33 | 55 | 120 | 27 | 35 | 17 |
| Binary | 110011 | 100101 | 11100 | 0 | 11011 | 101101 | 1010000 | 10111 | 11101 | 1111 |
Color Harmonies of #33251C
Complementary color
Monochromatic Colors of #33251C
Black with #33251C
Text Example
Text Example
White with #33251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33251C; }
p { color: rgb(51,37,28); }
H1.HeaderClassName
{
color: #33251C;
}
.AnyTagClassName
{
color: #33251C;
}
</style>
background-color css
<style>
a { background-color: #33251C; }
a { background-color: rgb(51,37,28); }
div.DivClassName
{
background-color: #33251C;
}
.BgClassName
{
background-color: #33251C;
}
</style>
border-color css
<style>
span { border-color: #33251C; }
span { border-color: rgb(51,37,28); }
td.TdClassName
{
border-color: #33251C;
}
.TagClassName
{
border-color: #33251C;
}
</style>