Shades of Cocoa Brown #331803
Tints of Cocoa Brown #331803
RGB
CMYK
RGB Variations
Color information
#331803 (or 0x331803) is known color: Cocoa Brown. HEX triplet: 33, 18 and 03. RGB value is (51,24,3). Sum of RGB (Red+Green+Blue) = 51+24+3=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 3 (1.56% from 255 or 3.85% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #331803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331803 is #CCE7FC. Grayscale: #1D1D1D. Windows color (decimal): -13428733 or 202803. OLE color: 202803.
HSL color Cylindrical-coordinate representation of color #331803: hue angle of 26.25º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #331803 is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 24 | 3 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.8 |
| HSL | 26.25º | 0.89% | 0.11% | - |
| HSV(B) | 26.25º | 0.94% | 0.2% | - |
| XYZ | 1.71 | 1.36 | 0.26 | - |
| YUV | 29.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 24 | 3 | 0 | 0.53 | 0.94 | 0.8 | 26.25 | 0.89 | 0.11 |
| Hex | 33 | 18 | 3 | 0 | 35 | 5E | 50 | 1A | 59 | B |
| Octal | 63 | 30 | 3 | 0 | 65 | 136 | 120 | 32 | 131 | 13 |
| Binary | 110011 | 11000 | 11 | 0 | 110101 | 1011110 | 1010000 | 11010 | 1011001 | 1011 |
Color Harmonies of #331803
Complementary color
Monochromatic Colors of #331803
Black with #331803
Text Example
Text Example
White with #331803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331803; }
p { color: rgb(51,24,3); }
H1.HeaderClassName
{
color: #331803;
}
.AnyTagClassName
{
color: #331803;
}
</style>
background-color css
<style>
a { background-color: #331803; }
a { background-color: rgb(51,24,3); }
div.DivClassName
{
background-color: #331803;
}
.BgClassName
{
background-color: #331803;
}
</style>
border-color css
<style>
span { border-color: #331803; }
span { border-color: rgb(51,24,3); }
td.TdClassName
{
border-color: #331803;
}
.TagClassName
{
border-color: #331803;
}
</style>