Shades of Cocoa Brown #312319
Tints of Cocoa Brown #312319
RGB
CMYK
RGB Variations
Color information
#312319 (or 0x312319) is known color: Cocoa Brown. HEX triplet: 31, 23 and 19. RGB value is (49,35,25). Sum of RGB (Red+Green+Blue) = 49+35+25=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #312319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312319 is #CEDCE6. Grayscale: #262626. Windows color (decimal): -13556967 or 1647409. OLE color: 1647409.
HSL color Cylindrical-coordinate representation of color #312319: hue angle of 25º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #312319 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 35 | 25 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.81 |
| HSL | 25º | 0.32% | 0.15% | - |
| HSV(B) | 25º | 0.49% | 0.19% | - |
| XYZ | 2.04 | 1.93 | 1.18 | - |
| YUV | 38.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 25 | 0 | 0.29 | 0.49 | 0.81 | 25 | 0.32 | 0.15 |
| Hex | 31 | 23 | 19 | 0 | 1D | 31 | 51 | 19 | 20 | F |
| Octal | 61 | 43 | 31 | 0 | 35 | 61 | 121 | 31 | 40 | 17 |
| Binary | 110001 | 100011 | 11001 | 0 | 11101 | 110001 | 1010001 | 11001 | 100000 | 1111 |
Color Harmonies of #312319
Complementary color
Monochromatic Colors of #312319
Black with #312319
Text Example
Text Example
White with #312319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312319; }
p { color: rgb(49,35,25); }
H1.HeaderClassName
{
color: #312319;
}
.AnyTagClassName
{
color: #312319;
}
</style>
background-color css
<style>
a { background-color: #312319; }
a { background-color: rgb(49,35,25); }
div.DivClassName
{
background-color: #312319;
}
.BgClassName
{
background-color: #312319;
}
</style>
border-color css
<style>
span { border-color: #312319; }
span { border-color: rgb(49,35,25); }
td.TdClassName
{
border-color: #312319;
}
.TagClassName
{
border-color: #312319;
}
</style>