Shades of Cocoa Brown #3A2408
Tints of Cocoa Brown #3A2408
RGB
CMYK
RGB Variations
Color information
#3A2408 (or 0x3A2408) is known color: Cocoa Brown. HEX triplet: 3A, 24 and 08. RGB value is (58,36,8). Sum of RGB (Red+Green+Blue) = 58+36+8=102 (13% of max value = 765). Red value is 58 (23.05% from 255 or 56.86% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2408 is #C5DBF7. Grayscale: #272727. Windows color (decimal): -12966904 or 533562. OLE color: 533562.
HSL color Cylindrical-coordinate representation of color #3A2408: hue angle of 33.6º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A2408 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 36 | 8 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.77 |
| HSL | 33.6º | 0.76% | 0.13% | - |
| HSV(B) | 33.6º | 0.86% | 0.23% | - |
| XYZ | 2.42 | 2.18 | 0.52 | - |
| YUV | 39.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 8 | 0 | 0.38 | 0.86 | 0.77 | 33.6 | 0.76 | 0.13 |
| Hex | 3A | 24 | 8 | 0 | 26 | 56 | 4D | 22 | 4C | D |
| Octal | 72 | 44 | 10 | 0 | 46 | 126 | 115 | 42 | 114 | 15 |
| Binary | 111010 | 100100 | 1000 | 0 | 100110 | 1010110 | 1001101 | 100010 | 1001100 | 1101 |
Color Harmonies of #3A2408
Complementary color
Monochromatic Colors of #3A2408
Black with #3A2408
Text Example
Text Example
White with #3A2408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2408; }
p { color: rgb(58,36,8); }
H1.HeaderClassName
{
color: #3A2408;
}
.AnyTagClassName
{
color: #3A2408;
}
</style>
background-color css
<style>
a { background-color: #3A2408; }
a { background-color: rgb(58,36,8); }
div.DivClassName
{
background-color: #3A2408;
}
.BgClassName
{
background-color: #3A2408;
}
</style>
border-color css
<style>
span { border-color: #3A2408; }
span { border-color: rgb(58,36,8); }
td.TdClassName
{
border-color: #3A2408;
}
.TagClassName
{
border-color: #3A2408;
}
</style>