Shades of Cocoa Brown #3A2708
Tints of Cocoa Brown #3A2708
RGB
CMYK
RGB Variations
Color information
#3A2708 (or 0x3A2708) is known color: Cocoa Brown. HEX triplet: 3A, 27 and 08. RGB value is (58,39,8). Sum of RGB (Red+Green+Blue) = 58+39+8=105 (13% of max value = 765). Red value is 58 (23.05% from 255 or 55.24% from 105); Green value is 39 (15.62% from 255 or 37.14% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2708 is #C5D8F7. Grayscale: #292929. Windows color (decimal): -12966136 or 534330. OLE color: 534330.
HSL color Cylindrical-coordinate representation of color #3A2708: hue angle of 37.2º 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 #3A2708 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 39 | 8 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.77 |
| HSL | 37.2º | 0.76% | 0.13% | - |
| HSV(B) | 37.2º | 0.86% | 0.23% | - |
| XYZ | 2.51 | 2.37 | 0.55 | - |
| YUV | 41.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 39 | 8 | 0 | 0.33 | 0.86 | 0.77 | 37.2 | 0.76 | 0.13 |
| Hex | 3A | 27 | 8 | 0 | 21 | 56 | 4D | 25 | 4C | D |
| Octal | 72 | 47 | 10 | 0 | 41 | 126 | 115 | 45 | 114 | 15 |
| Binary | 111010 | 100111 | 1000 | 0 | 100001 | 1010110 | 1001101 | 100101 | 1001100 | 1101 |
Color Harmonies of #3A2708
Complementary color
Monochromatic Colors of #3A2708
Black with #3A2708
Text Example
Text Example
White with #3A2708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2708; }
p { color: rgb(58,39,8); }
H1.HeaderClassName
{
color: #3A2708;
}
.AnyTagClassName
{
color: #3A2708;
}
</style>
background-color css
<style>
a { background-color: #3A2708; }
a { background-color: rgb(58,39,8); }
div.DivClassName
{
background-color: #3A2708;
}
.BgClassName
{
background-color: #3A2708;
}
</style>
border-color css
<style>
span { border-color: #3A2708; }
span { border-color: rgb(58,39,8); }
td.TdClassName
{
border-color: #3A2708;
}
.TagClassName
{
border-color: #3A2708;
}
</style>