Shades of Cocoa Brown #3A1F00
Tints of Cocoa Brown #3A1F00
RGB
CMYK
RGB Variations
Color information
#3A1F00 (or 0x3A1F00) is known color: Cocoa Brown. HEX triplet: 3A, 1F and 00. RGB value is (58,31,0). Sum of RGB (Red+Green+Blue) = 58+31+0=89 (11% of max value = 765). Red value is 58 (23.05% from 255 or 65.17% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1F00 is #C5E0FF. Grayscale: #232323. Windows color (decimal): -12968192 or 7994. OLE color: 7994.
HSL color Cylindrical-coordinate representation of color #3A1F00: hue angle of 32.07º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A1F00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 31 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.77 |
| HSL | 32.07º | 1% | 0.11% | - |
| HSV(B) | 32.07º | 1% | 0.23% | - |
| XYZ | 2.23 | 1.88 | 0.24 | - |
| YUV | 35.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 0 | 0 | 0.47 | 1 | 0.77 | 32.07 | 1 | 0.11 |
| Hex | 3A | 1F | 0 | 0 | 2F | 64 | 4D | 20 | 64 | B |
| Octal | 72 | 37 | 0 | 0 | 57 | 144 | 115 | 40 | 144 | 13 |
| Binary | 111010 | 11111 | 0 | 0 | 101111 | 1100100 | 1001101 | 100000 | 1100100 | 1011 |
Color Harmonies of #3A1F00
Complementary color
Monochromatic Colors of #3A1F00
Black with #3A1F00
Text Example
Text Example
White with #3A1F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1F00; }
p { color: rgb(58,31,0); }
H1.HeaderClassName
{
color: #3A1F00;
}
.AnyTagClassName
{
color: #3A1F00;
}
</style>
background-color css
<style>
a { background-color: #3A1F00; }
a { background-color: rgb(58,31,0); }
div.DivClassName
{
background-color: #3A1F00;
}
.BgClassName
{
background-color: #3A1F00;
}
</style>
border-color css
<style>
span { border-color: #3A1F00; }
span { border-color: rgb(58,31,0); }
td.TdClassName
{
border-color: #3A1F00;
}
.TagClassName
{
border-color: #3A1F00;
}
</style>