Shades of Cocoa Brown #331C08
Tints of Cocoa Brown #331C08
RGB
CMYK
RGB Variations
Color information
#331C08 (or 0x331C08) is known color: Cocoa Brown. HEX triplet: 33, 1C and 08. RGB value is (51,28,8). Sum of RGB (Red+Green+Blue) = 51+28+8=87 (11% of max value = 765). Red value is 51 (20.31% from 255 or 58.62% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 8 (3.52% from 255 or 9.20% from 87); Max value from RGB is 51 - color contains mainly: red. Hex color #331C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331C08 is #CCE3F7. Grayscale: #202020. Windows color (decimal): -13427704 or 531507. OLE color: 531507.
HSL color Cylindrical-coordinate representation of color #331C08: hue angle of 27.91º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331C08 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 28 | 8 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.8 |
| HSL | 27.91º | 0.73% | 0.12% | - |
| HSV(B) | 27.91º | 0.84% | 0.2% | - |
| XYZ | 1.82 | 1.55 | 0.43 | - |
| YUV | 32.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 8 | 0 | 0.45 | 0.84 | 0.8 | 27.91 | 0.73 | 0.12 |
| Hex | 33 | 1C | 8 | 0 | 2D | 54 | 50 | 1C | 49 | C |
| Octal | 63 | 34 | 10 | 0 | 55 | 124 | 120 | 34 | 111 | 14 |
| Binary | 110011 | 11100 | 1000 | 0 | 101101 | 1010100 | 1010000 | 11100 | 1001001 | 1100 |
Color Harmonies of #331C08
Complementary color
Monochromatic Colors of #331C08
Black with #331C08
Text Example
Text Example
White with #331C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331C08; }
p { color: rgb(51,28,8); }
H1.HeaderClassName
{
color: #331C08;
}
.AnyTagClassName
{
color: #331C08;
}
</style>
background-color css
<style>
a { background-color: #331C08; }
a { background-color: rgb(51,28,8); }
div.DivClassName
{
background-color: #331C08;
}
.BgClassName
{
background-color: #331C08;
}
</style>
border-color css
<style>
span { border-color: #331C08; }
span { border-color: rgb(51,28,8); }
td.TdClassName
{
border-color: #331C08;
}
.TagClassName
{
border-color: #331C08;
}
</style>