Shades of Cocoa Brown #3B2500
Tints of Cocoa Brown #3B2500
RGB
CMYK
RGB Variations
Color information
#3B2500 (or 0x3B2500) is known color: Cocoa Brown. HEX triplet: 3B, 25 and 00. RGB value is (59,37,0). Sum of RGB (Red+Green+Blue) = 59+37+0=96 (12% of max value = 765). Red value is 59 (23.44% from 255 or 61.46% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2500 is #C4DAFF. Grayscale: #272727. Windows color (decimal): -12901120 or 9531. OLE color: 9531.
HSL color Cylindrical-coordinate representation of color #3B2500: hue angle of 37.63º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B2500 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 37 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.77 |
| HSL | 37.63º | 1% | 0.12% | - |
| HSV(B) | 37.63º | 1% | 0.23% | - |
| XYZ | 2.47 | 2.25 | 0.3 | - |
| YUV | 39.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 0 | 0 | 0.37 | 1 | 0.77 | 37.63 | 1 | 0.12 |
| Hex | 3B | 25 | 0 | 0 | 25 | 64 | 4D | 26 | 64 | C |
| Octal | 73 | 45 | 0 | 0 | 45 | 144 | 115 | 46 | 144 | 14 |
| Binary | 111011 | 100101 | 0 | 0 | 100101 | 1100100 | 1001101 | 100110 | 1100100 | 1100 |
Color Harmonies of #3B2500
Complementary color
Monochromatic Colors of #3B2500
Black with #3B2500
Text Example
Text Example
White with #3B2500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2500; }
p { color: rgb(59,37,0); }
H1.HeaderClassName
{
color: #3B2500;
}
.AnyTagClassName
{
color: #3B2500;
}
</style>
background-color css
<style>
a { background-color: #3B2500; }
a { background-color: rgb(59,37,0); }
div.DivClassName
{
background-color: #3B2500;
}
.BgClassName
{
background-color: #3B2500;
}
</style>
border-color css
<style>
span { border-color: #3B2500; }
span { border-color: rgb(59,37,0); }
td.TdClassName
{
border-color: #3B2500;
}
.TagClassName
{
border-color: #3B2500;
}
</style>