Shades of Cocoa Brown #3A1F03
Tints of Cocoa Brown #3A1F03
RGB
CMYK
RGB Variations
Color information
#3A1F03 (or 0x3A1F03) is known color: Cocoa Brown. HEX triplet: 3A, 1F and 03. RGB value is (58,31,3). Sum of RGB (Red+Green+Blue) = 58+31+3=92 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.04% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1F03 is #C5E0FC. Grayscale: #242424. Windows color (decimal): -12968189 or 204602. OLE color: 204602.
HSL color Cylindrical-coordinate representation of color #3A1F03: hue angle of 30.55º 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 #3A1F03 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 31 | 3 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.77 |
| HSL | 30.55º | 0.9% | 0.12% | - |
| HSV(B) | 30.55º | 0.95% | 0.23% | - |
| XYZ | 2.25 | 1.89 | 0.33 | - |
| YUV | 35.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 3 | 0 | 0.47 | 0.95 | 0.77 | 30.55 | 0.9 | 0.12 |
| Hex | 3A | 1F | 3 | 0 | 2F | 5F | 4D | 1F | 5A | C |
| Octal | 72 | 37 | 3 | 0 | 57 | 137 | 115 | 37 | 132 | 14 |
| Binary | 111010 | 11111 | 11 | 0 | 101111 | 1011111 | 1001101 | 11111 | 1011010 | 1100 |
Color Harmonies of #3A1F03
Complementary color
Monochromatic Colors of #3A1F03
Black with #3A1F03
Text Example
Text Example
White with #3A1F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1F03; }
p { color: rgb(58,31,3); }
H1.HeaderClassName
{
color: #3A1F03;
}
.AnyTagClassName
{
color: #3A1F03;
}
</style>
background-color css
<style>
a { background-color: #3A1F03; }
a { background-color: rgb(58,31,3); }
div.DivClassName
{
background-color: #3A1F03;
}
.BgClassName
{
background-color: #3A1F03;
}
</style>
border-color css
<style>
span { border-color: #3A1F03; }
span { border-color: rgb(58,31,3); }
td.TdClassName
{
border-color: #3A1F03;
}
.TagClassName
{
border-color: #3A1F03;
}
</style>