Shades of Cocoa Brown #332417
Tints of Cocoa Brown #332417
RGB
CMYK
RGB Variations
Color information
#332417 (or 0x332417) is known color: Cocoa Brown. HEX triplet: 33, 24 and 17. RGB value is (51,36,23). Sum of RGB (Red+Green+Blue) = 51+36+23=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #332417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332417 is #CCDBE8. Grayscale: #272727. Windows color (decimal): -13425641 or 1516595. OLE color: 1516595.
HSL color Cylindrical-coordinate representation of color #332417: hue angle of 27.86º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #332417 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 36 | 23 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.8 |
| HSL | 27.86º | 0.38% | 0.15% | - |
| HSV(B) | 27.86º | 0.55% | 0.2% | - |
| XYZ | 2.15 | 2.03 | 1.09 | - |
| YUV | 39 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 23 | 0 | 0.29 | 0.55 | 0.8 | 27.86 | 0.38 | 0.15 |
| Hex | 33 | 24 | 17 | 0 | 1D | 37 | 50 | 1C | 26 | F |
| Octal | 63 | 44 | 27 | 0 | 35 | 67 | 120 | 34 | 46 | 17 |
| Binary | 110011 | 100100 | 10111 | 0 | 11101 | 110111 | 1010000 | 11100 | 100110 | 1111 |
Color Harmonies of #332417
Complementary color
Monochromatic Colors of #332417
Black with #332417
Text Example
Text Example
White with #332417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332417; }
p { color: rgb(51,36,23); }
H1.HeaderClassName
{
color: #332417;
}
.AnyTagClassName
{
color: #332417;
}
</style>
background-color css
<style>
a { background-color: #332417; }
a { background-color: rgb(51,36,23); }
div.DivClassName
{
background-color: #332417;
}
.BgClassName
{
background-color: #332417;
}
</style>
border-color css
<style>
span { border-color: #332417; }
span { border-color: rgb(51,36,23); }
td.TdClassName
{
border-color: #332417;
}
.TagClassName
{
border-color: #332417;
}
</style>