Shades of Cocoa Brown #3A2709
Tints of Cocoa Brown #3A2709
RGB
CMYK
RGB Variations
Color information
#3A2709 (or 0x3A2709) is known color: Cocoa Brown. HEX triplet: 3A, 27 and 09. RGB value is (58,39,9). Sum of RGB (Red+Green+Blue) = 58+39+9=106 (14% of max value = 765). Red value is 58 (23.05% from 255 or 54.72% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2709 is #C5D8F6. Grayscale: #292929. Windows color (decimal): -12966135 or 599866. OLE color: 599866.
HSL color Cylindrical-coordinate representation of color #3A2709: hue angle of 36.73º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A2709 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 39 | 9 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.77 |
| HSL | 36.73º | 0.73% | 0.13% | - |
| HSV(B) | 36.73º | 0.84% | 0.23% | - |
| XYZ | 2.52 | 2.37 | 0.58 | - |
| YUV | 41.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 39 | 9 | 0 | 0.33 | 0.84 | 0.77 | 36.73 | 0.73 | 0.13 |
| Hex | 3A | 27 | 9 | 0 | 21 | 54 | 4D | 25 | 49 | D |
| Octal | 72 | 47 | 11 | 0 | 41 | 124 | 115 | 45 | 111 | 15 |
| Binary | 111010 | 100111 | 1001 | 0 | 100001 | 1010100 | 1001101 | 100101 | 1001001 | 1101 |
Color Harmonies of #3A2709
Complementary color
Monochromatic Colors of #3A2709
Black with #3A2709
Text Example
Text Example
White with #3A2709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2709; }
p { color: rgb(58,39,9); }
H1.HeaderClassName
{
color: #3A2709;
}
.AnyTagClassName
{
color: #3A2709;
}
</style>
background-color css
<style>
a { background-color: #3A2709; }
a { background-color: rgb(58,39,9); }
div.DivClassName
{
background-color: #3A2709;
}
.BgClassName
{
background-color: #3A2709;
}
</style>
border-color css
<style>
span { border-color: #3A2709; }
span { border-color: rgb(58,39,9); }
td.TdClassName
{
border-color: #3A2709;
}
.TagClassName
{
border-color: #3A2709;
}
</style>