Shades of Cocoa Brown #331C0B
Tints of Cocoa Brown #331C0B
RGB
CMYK
RGB Variations
Color information
#331C0B (or 0x331C0B) is known color: Cocoa Brown. HEX triplet: 33, 1C and 0B. RGB value is (51,28,11). Sum of RGB (Red+Green+Blue) = 51+28+11=90 (11% of max value = 765). Red value is 51 (20.31% from 255 or 56.67% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 51 - color contains mainly: red. Hex color #331C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331C0B is #CCE3F4. Grayscale: #212121. Windows color (decimal): -13427701 or 728115. OLE color: 728115.
HSL color Cylindrical-coordinate representation of color #331C0B: hue angle of 25.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #331C0B is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 28 | 11 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.8 |
| HSL | 25.5º | 0.65% | 0.12% | - |
| HSV(B) | 25.5º | 0.78% | 0.2% | - |
| XYZ | 1.84 | 1.56 | 0.52 | - |
| YUV | 32.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 11 | 0 | 0.45 | 0.78 | 0.8 | 25.5 | 0.65 | 0.12 |
| Hex | 33 | 1C | B | 0 | 2D | 4E | 50 | 1A | 41 | C |
| Octal | 63 | 34 | 13 | 0 | 55 | 116 | 120 | 32 | 101 | 14 |
| Binary | 110011 | 11100 | 1011 | 0 | 101101 | 1001110 | 1010000 | 11010 | 1000001 | 1100 |
Color Harmonies of #331C0B
Complementary color
Monochromatic Colors of #331C0B
Black with #331C0B
Text Example
Text Example
White with #331C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331C0B; }
p { color: rgb(51,28,11); }
H1.HeaderClassName
{
color: #331C0B;
}
.AnyTagClassName
{
color: #331C0B;
}
</style>
background-color css
<style>
a { background-color: #331C0B; }
a { background-color: rgb(51,28,11); }
div.DivClassName
{
background-color: #331C0B;
}
.BgClassName
{
background-color: #331C0B;
}
</style>
border-color css
<style>
span { border-color: #331C0B; }
span { border-color: rgb(51,28,11); }
td.TdClassName
{
border-color: #331C0B;
}
.TagClassName
{
border-color: #331C0B;
}
</style>