Shades of Cocoa Brown #311B07
Tints of Cocoa Brown #311B07
RGB
CMYK
RGB Variations
Color information
#311B07 (or 0x311B07) is known color: Cocoa Brown. HEX triplet: 31, 1B and 07. RGB value is (49,27,7). Sum of RGB (Red+Green+Blue) = 49+27+7=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 27 (10.94% from 255 or 32.53% from 83); Blue value is 7 (3.12% from 255 or 8.43% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #311B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B07 is #CEE4F8. Grayscale: #1F1F1F. Windows color (decimal): -13559033 or 465713. OLE color: 465713.
HSL color Cylindrical-coordinate representation of color #311B07: hue angle of 28.57º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #311B07 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 27 | 7 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.81 |
| HSL | 28.57º | 0.75% | 0.11% | - |
| HSV(B) | 28.57º | 0.86% | 0.19% | - |
| XYZ | 1.7 | 1.45 | 0.39 | - |
| YUV | 31.3 | 114.29 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 7 | 0 | 0.45 | 0.86 | 0.81 | 28.57 | 0.75 | 0.11 |
| Hex | 31 | 1B | 7 | 0 | 2D | 56 | 51 | 1D | 4B | B |
| Octal | 61 | 33 | 7 | 0 | 55 | 126 | 121 | 35 | 113 | 13 |
| Binary | 110001 | 11011 | 111 | 0 | 101101 | 1010110 | 1010001 | 11101 | 1001011 | 1011 |
Color Harmonies of #311B07
Complementary color
Monochromatic Colors of #311B07
Black with #311B07
Text Example
Text Example
White with #311B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311B07; }
p { color: rgb(49,27,7); }
H1.HeaderClassName
{
color: #311B07;
}
.AnyTagClassName
{
color: #311B07;
}
</style>
background-color css
<style>
a { background-color: #311B07; }
a { background-color: rgb(49,27,7); }
div.DivClassName
{
background-color: #311B07;
}
.BgClassName
{
background-color: #311B07;
}
</style>
border-color css
<style>
span { border-color: #311B07; }
span { border-color: rgb(49,27,7); }
td.TdClassName
{
border-color: #311B07;
}
.TagClassName
{
border-color: #311B07;
}
</style>