Shades of Cocoa Brown #311C09
Tints of Cocoa Brown #311C09
RGB
CMYK
RGB Variations
Color information
#311C09 (or 0x311C09) is known color: Cocoa Brown. HEX triplet: 31, 1C and 09. RGB value is (49,28,9). Sum of RGB (Red+Green+Blue) = 49+28+9=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 28 (11.33% from 255 or 32.56% from 86); Blue value is 9 (3.91% from 255 or 10.47% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #311C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C09 is #CEE3F6. Grayscale: #202020. Windows color (decimal): -13558775 or 597041. OLE color: 597041.
HSL color Cylindrical-coordinate representation of color #311C09: hue angle of 28.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311C09 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 28 | 9 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.81 |
| HSL | 28.5º | 0.69% | 0.11% | - |
| HSV(B) | 28.5º | 0.82% | 0.19% | - |
| XYZ | 1.73 | 1.5 | 0.46 | - |
| YUV | 32.11 | 114.96 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 9 | 0 | 0.43 | 0.82 | 0.81 | 28.5 | 0.69 | 0.11 |
| Hex | 31 | 1C | 9 | 0 | 2B | 52 | 51 | 1C | 45 | B |
| Octal | 61 | 34 | 11 | 0 | 53 | 122 | 121 | 34 | 105 | 13 |
| Binary | 110001 | 11100 | 1001 | 0 | 101011 | 1010010 | 1010001 | 11100 | 1000101 | 1011 |
Color Harmonies of #311C09
Complementary color
Monochromatic Colors of #311C09
Black with #311C09
Text Example
Text Example
White with #311C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311C09; }
p { color: rgb(49,28,9); }
H1.HeaderClassName
{
color: #311C09;
}
.AnyTagClassName
{
color: #311C09;
}
</style>
background-color css
<style>
a { background-color: #311C09; }
a { background-color: rgb(49,28,9); }
div.DivClassName
{
background-color: #311C09;
}
.BgClassName
{
background-color: #311C09;
}
</style>
border-color css
<style>
span { border-color: #311C09; }
span { border-color: rgb(49,28,9); }
td.TdClassName
{
border-color: #311C09;
}
.TagClassName
{
border-color: #311C09;
}
</style>