Shades of Cocoa Brown #332008
Tints of Cocoa Brown #332008
RGB
CMYK
RGB Variations
Color information
#332008 (or 0x332008) is known color: Cocoa Brown. HEX triplet: 33, 20 and 08. RGB value is (51,32,8). Sum of RGB (Red+Green+Blue) = 51+32+8=91 (12% of max value = 765). Red value is 51 (20.31% from 255 or 56.04% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 51 - color contains mainly: red. Hex color #332008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332008 is #CCDFF7. Grayscale: #232323. Windows color (decimal): -13426680 or 532531. OLE color: 532531.
HSL color Cylindrical-coordinate representation of color #332008: hue angle of 33.49º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #332008 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 32 | 8 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.8 |
| HSL | 33.49º | 0.73% | 0.12% | - |
| HSV(B) | 33.49º | 0.84% | 0.2% | - |
| XYZ | 1.93 | 1.75 | 0.47 | - |
| YUV | 34.95 | 112.79 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 8 | 0 | 0.37 | 0.84 | 0.8 | 33.49 | 0.73 | 0.12 |
| Hex | 33 | 20 | 8 | 0 | 25 | 54 | 50 | 21 | 49 | C |
| Octal | 63 | 40 | 10 | 0 | 45 | 124 | 120 | 41 | 111 | 14 |
| Binary | 110011 | 100000 | 1000 | 0 | 100101 | 1010100 | 1010000 | 100001 | 1001001 | 1100 |
Color Harmonies of #332008
Complementary color
Monochromatic Colors of #332008
Black with #332008
Text Example
Text Example
White with #332008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332008; }
p { color: rgb(51,32,8); }
H1.HeaderClassName
{
color: #332008;
}
.AnyTagClassName
{
color: #332008;
}
</style>
background-color css
<style>
a { background-color: #332008; }
a { background-color: rgb(51,32,8); }
div.DivClassName
{
background-color: #332008;
}
.BgClassName
{
background-color: #332008;
}
</style>
border-color css
<style>
span { border-color: #332008; }
span { border-color: rgb(51,32,8); }
td.TdClassName
{
border-color: #332008;
}
.TagClassName
{
border-color: #332008;
}
</style>