Shades of Cocoa Brown #3A1F02
Tints of Cocoa Brown #3A1F02
RGB
CMYK
RGB Variations
Color information
#3A1F02 (or 0x3A1F02) is known color: Cocoa Brown. HEX triplet: 3A, 1F and 02. RGB value is (58,31,2). Sum of RGB (Red+Green+Blue) = 58+31+2=91 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.74% from 91); Green value is 31 (12.5% from 255 or 34.07% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1F02 is #C5E0FD. Grayscale: #232323. Windows color (decimal): -12968190 or 139066. OLE color: 139066.
HSL color Cylindrical-coordinate representation of color #3A1F02: hue angle of 31.07º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A1F02 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 31 | 2 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.77 |
| HSL | 31.07º | 0.93% | 0.12% | - |
| HSV(B) | 31.07º | 0.97% | 0.23% | - |
| XYZ | 2.25 | 1.88 | 0.3 | - |
| YUV | 35.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 2 | 0 | 0.47 | 0.97 | 0.77 | 31.07 | 0.93 | 0.12 |
| Hex | 3A | 1F | 2 | 0 | 2F | 61 | 4D | 1F | 5D | C |
| Octal | 72 | 37 | 2 | 0 | 57 | 141 | 115 | 37 | 135 | 14 |
| Binary | 111010 | 11111 | 10 | 0 | 101111 | 1100001 | 1001101 | 11111 | 1011101 | 1100 |
Color Harmonies of #3A1F02
Complementary color
Monochromatic Colors of #3A1F02
Black with #3A1F02
Text Example
Text Example
White with #3A1F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1F02; }
p { color: rgb(58,31,2); }
H1.HeaderClassName
{
color: #3A1F02;
}
.AnyTagClassName
{
color: #3A1F02;
}
</style>
background-color css
<style>
a { background-color: #3A1F02; }
a { background-color: rgb(58,31,2); }
div.DivClassName
{
background-color: #3A1F02;
}
.BgClassName
{
background-color: #3A1F02;
}
</style>
border-color css
<style>
span { border-color: #3A1F02; }
span { border-color: rgb(58,31,2); }
td.TdClassName
{
border-color: #3A1F02;
}
.TagClassName
{
border-color: #3A1F02;
}
</style>