Shades of Cocoa Brown #331802
Tints of Cocoa Brown #331802
RGB
CMYK
RGB Variations
Color information
#331802 (or 0x331802) is known color: Cocoa Brown. HEX triplet: 33, 18 and 02. RGB value is (51,24,2). Sum of RGB (Red+Green+Blue) = 51+24+2=77 (10% of max value = 765). Red value is 51 (20.31% from 255 or 66.23% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 51 - color contains mainly: red. Hex color #331802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331802 is #CCE7FD. Grayscale: #1D1D1D. Windows color (decimal): -13428734 or 137267. OLE color: 137267.
HSL color Cylindrical-coordinate representation of color #331802: hue angle of 26.94º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #331802 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 24 | 2 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.8 |
| HSL | 26.94º | 0.92% | 0.1% | - |
| HSV(B) | 26.94º | 0.96% | 0.2% | - |
| XYZ | 1.7 | 1.36 | 0.23 | - |
| YUV | 29.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 24 | 2 | 0 | 0.53 | 0.96 | 0.8 | 26.94 | 0.92 | 0.1 |
| Hex | 33 | 18 | 2 | 0 | 35 | 60 | 50 | 1B | 5C | A |
| Octal | 63 | 30 | 2 | 0 | 65 | 140 | 120 | 33 | 134 | 12 |
| Binary | 110011 | 11000 | 10 | 0 | 110101 | 1100000 | 1010000 | 11011 | 1011100 | 1010 |
Color Harmonies of #331802
Complementary color
Monochromatic Colors of #331802
Black with #331802
Text Example
Text Example
White with #331802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331802; }
p { color: rgb(51,24,2); }
H1.HeaderClassName
{
color: #331802;
}
.AnyTagClassName
{
color: #331802;
}
</style>
background-color css
<style>
a { background-color: #331802; }
a { background-color: rgb(51,24,2); }
div.DivClassName
{
background-color: #331802;
}
.BgClassName
{
background-color: #331802;
}
</style>
border-color css
<style>
span { border-color: #331802; }
span { border-color: rgb(51,24,2); }
td.TdClassName
{
border-color: #331802;
}
.TagClassName
{
border-color: #331802;
}
</style>