Shades of Cocoa Brown #3A2719
Tints of Cocoa Brown #3A2719
RGB
CMYK
RGB Variations
Color information
#3A2719 (or 0x3A2719) is known color: Cocoa Brown. HEX triplet: 3A, 27 and 19. RGB value is (58,39,25). Sum of RGB (Red+Green+Blue) = 58+39+25=122 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.54% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2719 is #C5D8E6. Grayscale: #2B2B2B. Windows color (decimal): -12966119 or 1648442. OLE color: 1648442.
HSL color Cylindrical-coordinate representation of color #3A2719: hue angle of 25.45º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A2719 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 39 | 25 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.77 |
| HSL | 25.45º | 0.4% | 0.16% | - |
| HSV(B) | 25.45º | 0.57% | 0.23% | - |
| XYZ | 2.65 | 2.42 | 1.25 | - |
| YUV | 43.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 39 | 25 | 0 | 0.33 | 0.57 | 0.77 | 25.45 | 0.4 | 0.16 |
| Hex | 3A | 27 | 19 | 0 | 21 | 39 | 4D | 19 | 28 | 10 |
| Octal | 72 | 47 | 31 | 0 | 41 | 71 | 115 | 31 | 50 | 20 |
| Binary | 111010 | 100111 | 11001 | 0 | 100001 | 111001 | 1001101 | 11001 | 101000 | 10000 |
Color Harmonies of #3A2719
Complementary color
Monochromatic Colors of #3A2719
Black with #3A2719
Text Example
Text Example
White with #3A2719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2719; }
p { color: rgb(58,39,25); }
H1.HeaderClassName
{
color: #3A2719;
}
.AnyTagClassName
{
color: #3A2719;
}
</style>
background-color css
<style>
a { background-color: #3A2719; }
a { background-color: rgb(58,39,25); }
div.DivClassName
{
background-color: #3A2719;
}
.BgClassName
{
background-color: #3A2719;
}
</style>
border-color css
<style>
span { border-color: #3A2719; }
span { border-color: rgb(58,39,25); }
td.TdClassName
{
border-color: #3A2719;
}
.TagClassName
{
border-color: #3A2719;
}
</style>