Shades of Cocoa Brown #331C0C
Tints of Cocoa Brown #331C0C
RGB
CMYK
RGB Variations
Color information
#331C0C (or 0x331C0C) is known color: Cocoa Brown. HEX triplet: 33, 1C and 0C. RGB value is (51,28,12). Sum of RGB (Red+Green+Blue) = 51+28+12=91 (12% of max value = 765). Red value is 51 (20.31% from 255 or 56.04% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 51 - color contains mainly: red. Hex color #331C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331C0C is #CCE3F3. Grayscale: #212121. Windows color (decimal): -13427700 or 793651. OLE color: 793651.
HSL color Cylindrical-coordinate representation of color #331C0C: hue angle of 24.62º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #331C0C is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 28 | 12 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.8 |
| HSL | 24.62º | 0.62% | 0.12% | - |
| HSV(B) | 24.62º | 0.76% | 0.2% | - |
| XYZ | 1.85 | 1.56 | 0.55 | - |
| YUV | 33.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 12 | 0 | 0.45 | 0.76 | 0.8 | 24.62 | 0.62 | 0.12 |
| Hex | 33 | 1C | C | 0 | 2D | 4C | 50 | 19 | 3E | C |
| Octal | 63 | 34 | 14 | 0 | 55 | 114 | 120 | 31 | 76 | 14 |
| Binary | 110011 | 11100 | 1100 | 0 | 101101 | 1001100 | 1010000 | 11001 | 111110 | 1100 |
Color Harmonies of #331C0C
Complementary color
Monochromatic Colors of #331C0C
Black with #331C0C
Text Example
Text Example
White with #331C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331C0C; }
p { color: rgb(51,28,12); }
H1.HeaderClassName
{
color: #331C0C;
}
.AnyTagClassName
{
color: #331C0C;
}
</style>
background-color css
<style>
a { background-color: #331C0C; }
a { background-color: rgb(51,28,12); }
div.DivClassName
{
background-color: #331C0C;
}
.BgClassName
{
background-color: #331C0C;
}
</style>
border-color css
<style>
span { border-color: #331C0C; }
span { border-color: rgb(51,28,12); }
td.TdClassName
{
border-color: #331C0C;
}
.TagClassName
{
border-color: #331C0C;
}
</style>