Shades of Cocoa Brown #3B2504
Tints of Cocoa Brown #3B2504
RGB
CMYK
RGB Variations
Color information
#3B2504 (or 0x3B2504) is known color: Cocoa Brown. HEX triplet: 3B, 25 and 04. RGB value is (59,37,4). Sum of RGB (Red+Green+Blue) = 59+37+4=100 (13% of max value = 765). Red value is 59 (23.44% from 255 or 59% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2504 is #C4DAFB. Grayscale: #272727. Windows color (decimal): -12901116 or 271675. OLE color: 271675.
HSL color Cylindrical-coordinate representation of color #3B2504: hue angle of 36º 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 #3B2504 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 37 | 4 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.77 |
| HSL | 36º | 0.87% | 0.12% | - |
| HSV(B) | 36º | 0.93% | 0.23% | - |
| XYZ | 2.49 | 2.26 | 0.42 | - |
| YUV | 39.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 4 | 0 | 0.37 | 0.93 | 0.77 | 36 | 0.87 | 0.12 |
| Hex | 3B | 25 | 4 | 0 | 25 | 5D | 4D | 24 | 57 | C |
| Octal | 73 | 45 | 4 | 0 | 45 | 135 | 115 | 44 | 127 | 14 |
| Binary | 111011 | 100101 | 100 | 0 | 100101 | 1011101 | 1001101 | 100100 | 1010111 | 1100 |
Color Harmonies of #3B2504
Complementary color
Monochromatic Colors of #3B2504
Black with #3B2504
Text Example
Text Example
White with #3B2504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2504; }
p { color: rgb(59,37,4); }
H1.HeaderClassName
{
color: #3B2504;
}
.AnyTagClassName
{
color: #3B2504;
}
</style>
background-color css
<style>
a { background-color: #3B2504; }
a { background-color: rgb(59,37,4); }
div.DivClassName
{
background-color: #3B2504;
}
.BgClassName
{
background-color: #3B2504;
}
</style>
border-color css
<style>
span { border-color: #3B2504; }
span { border-color: rgb(59,37,4); }
td.TdClassName
{
border-color: #3B2504;
}
.TagClassName
{
border-color: #3B2504;
}
</style>