Shades of Cocoa Brown #3A2308
Tints of Cocoa Brown #3A2308
RGB
CMYK
RGB Variations
Color information
#3A2308 (or 0x3A2308) is known color: Cocoa Brown. HEX triplet: 3A, 23 and 08. RGB value is (58,35,8). Sum of RGB (Red+Green+Blue) = 58+35+8=101 (13% of max value = 765). Red value is 58 (23.05% from 255 or 57.43% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2308 is #C5DCF7. Grayscale: #262626. Windows color (decimal): -12967160 or 533306. OLE color: 533306.
HSL color Cylindrical-coordinate representation of color #3A2308: hue angle of 32.4º 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 #3A2308 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 35 | 8 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.77 |
| HSL | 32.4º | 0.76% | 0.13% | - |
| HSV(B) | 32.4º | 0.86% | 0.23% | - |
| XYZ | 2.39 | 2.12 | 0.51 | - |
| YUV | 38.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 8 | 0 | 0.40 | 0.86 | 0.77 | 32.4 | 0.76 | 0.13 |
| Hex | 3A | 23 | 8 | 0 | 28 | 56 | 4D | 20 | 4C | D |
| Octal | 72 | 43 | 10 | 0 | 50 | 126 | 115 | 40 | 114 | 15 |
| Binary | 111010 | 100011 | 1000 | 0 | 101000 | 1010110 | 1001101 | 100000 | 1001100 | 1101 |
Color Harmonies of #3A2308
Complementary color
Monochromatic Colors of #3A2308
Black with #3A2308
Text Example
Text Example
White with #3A2308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2308; }
p { color: rgb(58,35,8); }
H1.HeaderClassName
{
color: #3A2308;
}
.AnyTagClassName
{
color: #3A2308;
}
</style>
background-color css
<style>
a { background-color: #3A2308; }
a { background-color: rgb(58,35,8); }
div.DivClassName
{
background-color: #3A2308;
}
.BgClassName
{
background-color: #3A2308;
}
</style>
border-color css
<style>
span { border-color: #3A2308; }
span { border-color: rgb(58,35,8); }
td.TdClassName
{
border-color: #3A2308;
}
.TagClassName
{
border-color: #3A2308;
}
</style>