Shades of Cocoa Brown #3B2604
Tints of Cocoa Brown #3B2604
RGB
CMYK
RGB Variations
Color information
#3B2604 (or 0x3B2604) is known color: Cocoa Brown. HEX triplet: 3B, 26 and 04. RGB value is (59,38,4). Sum of RGB (Red+Green+Blue) = 59+38+4=101 (13% of max value = 765). Red value is 59 (23.44% from 255 or 58.42% from 101); Green value is 38 (15.23% from 255 or 37.62% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2604 is #C4D9FB. Grayscale: #282828. Windows color (decimal): -12900860 or 271931. OLE color: 271931.
HSL color Cylindrical-coordinate representation of color #3B2604: hue angle of 37.09º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B2604 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 38 | 4 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.77 |
| HSL | 37.09º | 0.87% | 0.12% | - |
| HSV(B) | 37.09º | 0.93% | 0.23% | - |
| XYZ | 2.52 | 2.32 | 0.43 | - |
| YUV | 40.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 38 | 4 | 0 | 0.36 | 0.93 | 0.77 | 37.09 | 0.87 | 0.12 |
| Hex | 3B | 26 | 4 | 0 | 24 | 5D | 4D | 25 | 57 | C |
| Octal | 73 | 46 | 4 | 0 | 44 | 135 | 115 | 45 | 127 | 14 |
| Binary | 111011 | 100110 | 100 | 0 | 100100 | 1011101 | 1001101 | 100101 | 1010111 | 1100 |
Color Harmonies of #3B2604
Complementary color
Monochromatic Colors of #3B2604
Black with #3B2604
Text Example
Text Example
White with #3B2604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2604; }
p { color: rgb(59,38,4); }
H1.HeaderClassName
{
color: #3B2604;
}
.AnyTagClassName
{
color: #3B2604;
}
</style>
background-color css
<style>
a { background-color: #3B2604; }
a { background-color: rgb(59,38,4); }
div.DivClassName
{
background-color: #3B2604;
}
.BgClassName
{
background-color: #3B2604;
}
</style>
border-color css
<style>
span { border-color: #3B2604; }
span { border-color: rgb(59,38,4); }
td.TdClassName
{
border-color: #3B2604;
}
.TagClassName
{
border-color: #3B2604;
}
</style>