Shades of Cocoa Brown #3B2401
Tints of Cocoa Brown #3B2401
RGB
CMYK
RGB Variations
Color information
#3B2401 (or 0x3B2401) is known color: Cocoa Brown. HEX triplet: 3B, 24 and 01. RGB value is (59,36,1). Sum of RGB (Red+Green+Blue) = 59+36+1=96 (12% of max value = 765). Red value is 59 (23.44% from 255 or 61.46% from 96); Green value is 36 (14.45% from 255 or 37.5% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2401 is #C4DBFE. Grayscale: #272727. Windows color (decimal): -12901375 or 74811. OLE color: 74811.
HSL color Cylindrical-coordinate representation of color #3B2401: hue angle of 36.21º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B2401 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 36 | 1 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.77 |
| HSL | 36.21º | 0.97% | 0.12% | - |
| HSV(B) | 36.21º | 0.98% | 0.23% | - |
| XYZ | 2.44 | 2.19 | 0.32 | - |
| YUV | 38.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 36 | 1 | 0 | 0.39 | 0.98 | 0.77 | 36.21 | 0.97 | 0.12 |
| Hex | 3B | 24 | 1 | 0 | 27 | 62 | 4D | 24 | 61 | C |
| Octal | 73 | 44 | 1 | 0 | 47 | 142 | 115 | 44 | 141 | 14 |
| Binary | 111011 | 100100 | 1 | 0 | 100111 | 1100010 | 1001101 | 100100 | 1100001 | 1100 |
Color Harmonies of #3B2401
Complementary color
Monochromatic Colors of #3B2401
Black with #3B2401
Text Example
Text Example
White with #3B2401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2401; }
p { color: rgb(59,36,1); }
H1.HeaderClassName
{
color: #3B2401;
}
.AnyTagClassName
{
color: #3B2401;
}
</style>
background-color css
<style>
a { background-color: #3B2401; }
a { background-color: rgb(59,36,1); }
div.DivClassName
{
background-color: #3B2401;
}
.BgClassName
{
background-color: #3B2401;
}
</style>
border-color css
<style>
span { border-color: #3B2401; }
span { border-color: rgb(59,36,1); }
td.TdClassName
{
border-color: #3B2401;
}
.TagClassName
{
border-color: #3B2401;
}
</style>