Shades of Cocoa Brown #3A2B1A
Tints of Cocoa Brown #3A2B1A
RGB
CMYK
RGB Variations
Color information
#3A2B1A (or 0x3A2B1A) is known color: Cocoa Brown. HEX triplet: 3A, 2B and 1A. RGB value is (58,43,26). Sum of RGB (Red+Green+Blue) = 58+43+26=127 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.67% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2B1A is #C5D4E5. Grayscale: #2D2D2D. Windows color (decimal): -12965094 or 1715002. OLE color: 1715002.
HSL color Cylindrical-coordinate representation of color #3A2B1A: hue angle of 31.88º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A2B1A is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 43 | 26 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.77 |
| HSL | 31.88º | 0.38% | 0.16% | - |
| HSV(B) | 31.88º | 0.55% | 0.23% | - |
| XYZ | 2.8 | 2.7 | 1.35 | - |
| YUV | 45.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 43 | 26 | 0 | 0.26 | 0.55 | 0.77 | 31.88 | 0.38 | 0.16 |
| Hex | 3A | 2B | 1A | 0 | 1A | 37 | 4D | 20 | 26 | 10 |
| Octal | 72 | 53 | 32 | 0 | 32 | 67 | 115 | 40 | 46 | 20 |
| Binary | 111010 | 101011 | 11010 | 0 | 11010 | 110111 | 1001101 | 100000 | 100110 | 10000 |
Color Harmonies of #3A2B1A
Complementary color
Monochromatic Colors of #3A2B1A
Black with #3A2B1A
Text Example
Text Example
White with #3A2B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2B1A; }
p { color: rgb(58,43,26); }
H1.HeaderClassName
{
color: #3A2B1A;
}
.AnyTagClassName
{
color: #3A2B1A;
}
</style>
background-color css
<style>
a { background-color: #3A2B1A; }
a { background-color: rgb(58,43,26); }
div.DivClassName
{
background-color: #3A2B1A;
}
.BgClassName
{
background-color: #3A2B1A;
}
</style>
border-color css
<style>
span { border-color: #3A2B1A; }
span { border-color: rgb(58,43,26); }
td.TdClassName
{
border-color: #3A2B1A;
}
.TagClassName
{
border-color: #3A2B1A;
}
</style>