Shades of Cocoa Brown #3B1E00
Tints of Cocoa Brown #3B1E00
RGB
CMYK
RGB Variations
Color information
#3B1E00 (or 0x3B1E00) is known color: Cocoa Brown. HEX triplet: 3B, 1E and 00. RGB value is (59,30,0). Sum of RGB (Red+Green+Blue) = 59+30+0=89 (11% of max value = 765). Red value is 59 (23.44% from 255 or 66.29% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1E00 is #C4E1FF. Grayscale: #232323. Windows color (decimal): -12902912 or 7739. OLE color: 7739.
HSL color Cylindrical-coordinate representation of color #3B1E00: hue angle of 30.51º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B1E00 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 30 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.77 |
| HSL | 30.51º | 1% | 0.12% | - |
| HSV(B) | 30.51º | 1% | 0.23% | - |
| XYZ | 2.27 | 1.86 | 0.24 | - |
| YUV | 35.25 | 108.11 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 30 | 0 | 0 | 0.49 | 1 | 0.77 | 30.51 | 1 | 0.12 |
| Hex | 3B | 1E | 0 | 0 | 31 | 64 | 4D | 1F | 64 | C |
| Octal | 73 | 36 | 0 | 0 | 61 | 144 | 115 | 37 | 144 | 14 |
| Binary | 111011 | 11110 | 0 | 0 | 110001 | 1100100 | 1001101 | 11111 | 1100100 | 1100 |
Color Harmonies of #3B1E00
Complementary color
Monochromatic Colors of #3B1E00
Black with #3B1E00
Text Example
Text Example
White with #3B1E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1E00; }
p { color: rgb(59,30,0); }
H1.HeaderClassName
{
color: #3B1E00;
}
.AnyTagClassName
{
color: #3B1E00;
}
</style>
background-color css
<style>
a { background-color: #3B1E00; }
a { background-color: rgb(59,30,0); }
div.DivClassName
{
background-color: #3B1E00;
}
.BgClassName
{
background-color: #3B1E00;
}
</style>
border-color css
<style>
span { border-color: #3B1E00; }
span { border-color: rgb(59,30,0); }
td.TdClassName
{
border-color: #3B1E00;
}
.TagClassName
{
border-color: #3B1E00;
}
</style>