Shades of Cocoa Brown #332313
Tints of Cocoa Brown #332313
RGB
CMYK
RGB Variations
Color information
#332313 (or 0x332313) is known color: Cocoa Brown. HEX triplet: 33, 23 and 13. RGB value is (51,35,19). Sum of RGB (Red+Green+Blue) = 51+35+19=105 (13% of max value = 765). Red value is 51 (20.31% from 255 or 48.57% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 51 - color contains mainly: red. Hex color #332313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332313 is #CCDCEC. Grayscale: #262626. Windows color (decimal): -13425901 or 1254195. OLE color: 1254195.
HSL color Cylindrical-coordinate representation of color #332313: hue angle of 30º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #332313 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 35 | 19 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.8 |
| HSL | 30º | 0.46% | 0.14% | - |
| HSV(B) | 30º | 0.63% | 0.2% | - |
| XYZ | 2.08 | 1.95 | 0.88 | - |
| YUV | 37.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 35 | 19 | 0 | 0.31 | 0.63 | 0.8 | 30 | 0.46 | 0.14 |
| Hex | 33 | 23 | 13 | 0 | 1F | 3F | 50 | 1E | 2E | E |
| Octal | 63 | 43 | 23 | 0 | 37 | 77 | 120 | 36 | 56 | 16 |
| Binary | 110011 | 100011 | 10011 | 0 | 11111 | 111111 | 1010000 | 11110 | 101110 | 1110 |
Color Harmonies of #332313
Complementary color
Monochromatic Colors of #332313
Black with #332313
Text Example
Text Example
White with #332313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332313; }
p { color: rgb(51,35,19); }
H1.HeaderClassName
{
color: #332313;
}
.AnyTagClassName
{
color: #332313;
}
</style>
background-color css
<style>
a { background-color: #332313; }
a { background-color: rgb(51,35,19); }
div.DivClassName
{
background-color: #332313;
}
.BgClassName
{
background-color: #332313;
}
</style>
border-color css
<style>
span { border-color: #332313; }
span { border-color: rgb(51,35,19); }
td.TdClassName
{
border-color: #332313;
}
.TagClassName
{
border-color: #332313;
}
</style>