Shades of Cocoa Brown #3A1E03
Tints of Cocoa Brown #3A1E03
RGB
CMYK
RGB Variations
Color information
#3A1E03 (or 0x3A1E03) is known color: Cocoa Brown. HEX triplet: 3A, 1E and 03. RGB value is (58,30,3). Sum of RGB (Red+Green+Blue) = 58+30+3=91 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.74% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1E03 is #C5E1FC. Grayscale: #232323. Windows color (decimal): -12968445 or 204346. OLE color: 204346.
HSL color Cylindrical-coordinate representation of color #3A1E03: hue angle of 29.45º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A1E03 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 30 | 3 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.77 |
| HSL | 29.45º | 0.9% | 0.12% | - |
| HSV(B) | 29.45º | 0.95% | 0.23% | - |
| XYZ | 2.23 | 1.83 | 0.32 | - |
| YUV | 35.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 30 | 3 | 0 | 0.48 | 0.95 | 0.77 | 29.45 | 0.9 | 0.12 |
| Hex | 3A | 1E | 3 | 0 | 30 | 5F | 4D | 1D | 5A | C |
| Octal | 72 | 36 | 3 | 0 | 60 | 137 | 115 | 35 | 132 | 14 |
| Binary | 111010 | 11110 | 11 | 0 | 110000 | 1011111 | 1001101 | 11101 | 1011010 | 1100 |
Color Harmonies of #3A1E03
Complementary color
Monochromatic Colors of #3A1E03
Black with #3A1E03
Text Example
Text Example
White with #3A1E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1E03; }
p { color: rgb(58,30,3); }
H1.HeaderClassName
{
color: #3A1E03;
}
.AnyTagClassName
{
color: #3A1E03;
}
</style>
background-color css
<style>
a { background-color: #3A1E03; }
a { background-color: rgb(58,30,3); }
div.DivClassName
{
background-color: #3A1E03;
}
.BgClassName
{
background-color: #3A1E03;
}
</style>
border-color css
<style>
span { border-color: #3A1E03; }
span { border-color: rgb(58,30,3); }
td.TdClassName
{
border-color: #3A1E03;
}
.TagClassName
{
border-color: #3A1E03;
}
</style>