Shades of Cocoa Brown #311703
Tints of Cocoa Brown #311703
RGB
CMYK
RGB Variations
Color information
#311703 (or 0x311703) is known color: Cocoa Brown. HEX triplet: 31, 17 and 03. RGB value is (49,23,3). Sum of RGB (Red+Green+Blue) = 49+23+3=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 3 (1.56% from 255 or 4% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #311703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311703 is #CEE8FC. Grayscale: #1C1C1C. Windows color (decimal): -13560061 or 202545. OLE color: 202545.
HSL color Cylindrical-coordinate representation of color #311703: hue angle of 26.09º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #311703 is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 23 | 3 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.81 |
| HSL | 26.09º | 0.88% | 0.1% | - |
| HSV(B) | 26.09º | 0.94% | 0.19% | - |
| XYZ | 1.59 | 1.27 | 0.25 | - |
| YUV | 28.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 23 | 3 | 0 | 0.53 | 0.94 | 0.81 | 26.09 | 0.88 | 0.1 |
| Hex | 31 | 17 | 3 | 0 | 35 | 5E | 51 | 1A | 58 | A |
| Octal | 61 | 27 | 3 | 0 | 65 | 136 | 121 | 32 | 130 | 12 |
| Binary | 110001 | 10111 | 11 | 0 | 110101 | 1011110 | 1010001 | 11010 | 1011000 | 1010 |
Color Harmonies of #311703
Complementary color
Monochromatic Colors of #311703
Black with #311703
Text Example
Text Example
White with #311703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311703; }
p { color: rgb(49,23,3); }
H1.HeaderClassName
{
color: #311703;
}
.AnyTagClassName
{
color: #311703;
}
</style>
background-color css
<style>
a { background-color: #311703; }
a { background-color: rgb(49,23,3); }
div.DivClassName
{
background-color: #311703;
}
.BgClassName
{
background-color: #311703;
}
</style>
border-color css
<style>
span { border-color: #311703; }
span { border-color: rgb(49,23,3); }
td.TdClassName
{
border-color: #311703;
}
.TagClassName
{
border-color: #311703;
}
</style>