Shades of Cocoa Brown #3B2400
Tints of Cocoa Brown #3B2400
RGB
CMYK
RGB Variations
Color information
#3B2400 (or 0x3B2400) is known color: Cocoa Brown. HEX triplet: 3B, 24 and 00. RGB value is (59,36,0). Sum of RGB (Red+Green+Blue) = 59+36+0=95 (12% of max value = 765). Red value is 59 (23.44% from 255 or 62.11% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2400 is #C4DBFF. Grayscale: #262626. Windows color (decimal): -12901376 or 9275. OLE color: 9275.
HSL color Cylindrical-coordinate representation of color #3B2400: hue angle of 36.61º 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 #3B2400 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 36 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.77 |
| HSL | 36.61º | 1% | 0.12% | - |
| HSV(B) | 36.61º | 1% | 0.23% | - |
| XYZ | 2.43 | 2.19 | 0.29 | - |
| YUV | 38.77 | 106.12 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 36 | 0 | 0 | 0.39 | 1 | 0.77 | 36.61 | 1 | 0.12 |
| Hex | 3B | 24 | 0 | 0 | 27 | 64 | 4D | 25 | 64 | C |
| Octal | 73 | 44 | 0 | 0 | 47 | 144 | 115 | 45 | 144 | 14 |
| Binary | 111011 | 100100 | 0 | 0 | 100111 | 1100100 | 1001101 | 100101 | 1100100 | 1100 |
Color Harmonies of #3B2400
Complementary color
Monochromatic Colors of #3B2400
Black with #3B2400
Text Example
Text Example
White with #3B2400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2400; }
p { color: rgb(59,36,0); }
H1.HeaderClassName
{
color: #3B2400;
}
.AnyTagClassName
{
color: #3B2400;
}
</style>
background-color css
<style>
a { background-color: #3B2400; }
a { background-color: rgb(59,36,0); }
div.DivClassName
{
background-color: #3B2400;
}
.BgClassName
{
background-color: #3B2400;
}
</style>
border-color css
<style>
span { border-color: #3B2400; }
span { border-color: rgb(59,36,0); }
td.TdClassName
{
border-color: #3B2400;
}
.TagClassName
{
border-color: #3B2400;
}
</style>