Shades of Cocoa Brown #3B1F01
Tints of Cocoa Brown #3B1F01
RGB
CMYK
RGB Variations
Color information
#3B1F01 (or 0x3B1F01) is known color: Cocoa Brown. HEX triplet: 3B, 1F and 01. RGB value is (59,31,1). Sum of RGB (Red+Green+Blue) = 59+31+1=91 (12% of max value = 765). Red value is 59 (23.44% from 255 or 64.84% from 91); Green value is 31 (12.5% from 255 or 34.07% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1F01 is #C4E0FE. Grayscale: #242424. Windows color (decimal): -12902655 or 73531. OLE color: 73531.
HSL color Cylindrical-coordinate representation of color #3B1F01: hue angle of 31.03º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B1F01 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 31 | 1 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.77 |
| HSL | 31.03º | 0.97% | 0.12% | - |
| HSV(B) | 31.03º | 0.98% | 0.23% | - |
| XYZ | 2.3 | 1.91 | 0.28 | - |
| YUV | 35.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 31 | 1 | 0 | 0.47 | 0.98 | 0.77 | 31.03 | 0.97 | 0.12 |
| Hex | 3B | 1F | 1 | 0 | 2F | 62 | 4D | 1F | 61 | C |
| Octal | 73 | 37 | 1 | 0 | 57 | 142 | 115 | 37 | 141 | 14 |
| Binary | 111011 | 11111 | 1 | 0 | 101111 | 1100010 | 1001101 | 11111 | 1100001 | 1100 |
Color Harmonies of #3B1F01
Complementary color
Monochromatic Colors of #3B1F01
Black with #3B1F01
Text Example
Text Example
White with #3B1F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1F01; }
p { color: rgb(59,31,1); }
H1.HeaderClassName
{
color: #3B1F01;
}
.AnyTagClassName
{
color: #3B1F01;
}
</style>
background-color css
<style>
a { background-color: #3B1F01; }
a { background-color: rgb(59,31,1); }
div.DivClassName
{
background-color: #3B1F01;
}
.BgClassName
{
background-color: #3B1F01;
}
</style>
border-color css
<style>
span { border-color: #3B1F01; }
span { border-color: rgb(59,31,1); }
td.TdClassName
{
border-color: #3B1F01;
}
.TagClassName
{
border-color: #3B1F01;
}
</style>