Shades of Cocoa Brown #3B1F05
Tints of Cocoa Brown #3B1F05
RGB
CMYK
RGB Variations
Color information
#3B1F05 (or 0x3B1F05) is known color: Cocoa Brown. HEX triplet: 3B, 1F and 05. RGB value is (59,31,5). Sum of RGB (Red+Green+Blue) = 59+31+5=95 (12% of max value = 765). Red value is 59 (23.44% from 255 or 62.11% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1F05 is #C4E0FA. Grayscale: #242424. Windows color (decimal): -12902651 or 335675. OLE color: 335675.
HSL color Cylindrical-coordinate representation of color #3B1F05: hue angle of 28.89º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B1F05 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 31 | 5 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.77 |
| HSL | 28.89º | 0.84% | 0.13% | - |
| HSV(B) | 28.89º | 0.92% | 0.23% | - |
| XYZ | 2.32 | 1.92 | 0.39 | - |
| YUV | 36.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 31 | 5 | 0 | 0.47 | 0.92 | 0.77 | 28.89 | 0.84 | 0.13 |
| Hex | 3B | 1F | 5 | 0 | 2F | 5C | 4D | 1D | 54 | D |
| Octal | 73 | 37 | 5 | 0 | 57 | 134 | 115 | 35 | 124 | 15 |
| Binary | 111011 | 11111 | 101 | 0 | 101111 | 1011100 | 1001101 | 11101 | 1010100 | 1101 |
Color Harmonies of #3B1F05
Complementary color
Monochromatic Colors of #3B1F05
Black with #3B1F05
Text Example
Text Example
White with #3B1F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1F05; }
p { color: rgb(59,31,5); }
H1.HeaderClassName
{
color: #3B1F05;
}
.AnyTagClassName
{
color: #3B1F05;
}
</style>
background-color css
<style>
a { background-color: #3B1F05; }
a { background-color: rgb(59,31,5); }
div.DivClassName
{
background-color: #3B1F05;
}
.BgClassName
{
background-color: #3B1F05;
}
</style>
border-color css
<style>
span { border-color: #3B1F05; }
span { border-color: rgb(59,31,5); }
td.TdClassName
{
border-color: #3B1F05;
}
.TagClassName
{
border-color: #3B1F05;
}
</style>