Shades of Cocoa Brown #332317
Tints of Cocoa Brown #332317
RGB
CMYK
RGB Variations
Color information
#332317 (or 0x332317) is known color: Cocoa Brown. HEX triplet: 33, 23 and 17. RGB value is (51,35,23). Sum of RGB (Red+Green+Blue) = 51+35+23=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #332317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332317 is #CCDCE8. Grayscale: #262626. Windows color (decimal): -13425897 or 1516339. OLE color: 1516339.
HSL color Cylindrical-coordinate representation of color #332317: hue angle of 25.71º 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 #332317 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 35 | 23 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.8 |
| HSL | 25.71º | 0.38% | 0.15% | - |
| HSV(B) | 25.71º | 0.55% | 0.2% | - |
| XYZ | 2.12 | 1.97 | 1.08 | - |
| YUV | 38.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 35 | 23 | 0 | 0.31 | 0.55 | 0.8 | 25.71 | 0.38 | 0.15 |
| Hex | 33 | 23 | 17 | 0 | 1F | 37 | 50 | 1A | 26 | F |
| Octal | 63 | 43 | 27 | 0 | 37 | 67 | 120 | 32 | 46 | 17 |
| Binary | 110011 | 100011 | 10111 | 0 | 11111 | 110111 | 1010000 | 11010 | 100110 | 1111 |
Color Harmonies of #332317
Complementary color
Monochromatic Colors of #332317
Black with #332317
Text Example
Text Example
White with #332317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332317; }
p { color: rgb(51,35,23); }
H1.HeaderClassName
{
color: #332317;
}
.AnyTagClassName
{
color: #332317;
}
</style>
background-color css
<style>
a { background-color: #332317; }
a { background-color: rgb(51,35,23); }
div.DivClassName
{
background-color: #332317;
}
.BgClassName
{
background-color: #332317;
}
</style>
border-color css
<style>
span { border-color: #332317; }
span { border-color: rgb(51,35,23); }
td.TdClassName
{
border-color: #332317;
}
.TagClassName
{
border-color: #332317;
}
</style>