Shades of Cocoa Brown #3B2709
Tints of Cocoa Brown #3B2709
RGB
CMYK
RGB Variations
Color information
#3B2709 (or 0x3B2709) is known color: Cocoa Brown. HEX triplet: 3B, 27 and 09. RGB value is (59,39,9). Sum of RGB (Red+Green+Blue) = 59+39+9=107 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.14% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2709 is #C4D8F6. Grayscale: #292929. Windows color (decimal): -12900599 or 599867. OLE color: 599867.
HSL color Cylindrical-coordinate representation of color #3B2709: hue angle of 36º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B2709 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 39 | 9 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.77 |
| HSL | 36º | 0.74% | 0.13% | - |
| HSV(B) | 36º | 0.85% | 0.23% | - |
| XYZ | 2.58 | 2.4 | 0.59 | - |
| YUV | 41.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 9 | 0 | 0.34 | 0.85 | 0.77 | 36 | 0.74 | 0.13 |
| Hex | 3B | 27 | 9 | 0 | 22 | 55 | 4D | 24 | 4A | D |
| Octal | 73 | 47 | 11 | 0 | 42 | 125 | 115 | 44 | 112 | 15 |
| Binary | 111011 | 100111 | 1001 | 0 | 100010 | 1010101 | 1001101 | 100100 | 1001010 | 1101 |
Color Harmonies of #3B2709
Complementary color
Monochromatic Colors of #3B2709
Black with #3B2709
Text Example
Text Example
White with #3B2709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2709; }
p { color: rgb(59,39,9); }
H1.HeaderClassName
{
color: #3B2709;
}
.AnyTagClassName
{
color: #3B2709;
}
</style>
background-color css
<style>
a { background-color: #3B2709; }
a { background-color: rgb(59,39,9); }
div.DivClassName
{
background-color: #3B2709;
}
.BgClassName
{
background-color: #3B2709;
}
</style>
border-color css
<style>
span { border-color: #3B2709; }
span { border-color: rgb(59,39,9); }
td.TdClassName
{
border-color: #3B2709;
}
.TagClassName
{
border-color: #3B2709;
}
</style>