Shades of Cocoa Brown #3B2001
Tints of Cocoa Brown #3B2001
RGB
CMYK
RGB Variations
Color information
#3B2001 (or 0x3B2001) is known color: Cocoa Brown. HEX triplet: 3B, 20 and 01. RGB value is (59,32,1). Sum of RGB (Red+Green+Blue) = 59+32+1=92 (12% of max value = 765). Red value is 59 (23.44% from 255 or 64.13% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2001 is #C4DFFE. Grayscale: #242424. Windows color (decimal): -12902399 or 73787. OLE color: 73787.
HSL color Cylindrical-coordinate representation of color #3B2001: hue angle of 32.07º 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 #3B2001 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 32 | 1 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.77 |
| HSL | 32.07º | 0.97% | 0.12% | - |
| HSV(B) | 32.07º | 0.98% | 0.23% | - |
| XYZ | 2.33 | 1.97 | 0.29 | - |
| YUV | 36.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 1 | 0 | 0.46 | 0.98 | 0.77 | 32.07 | 0.97 | 0.12 |
| Hex | 3B | 20 | 1 | 0 | 2E | 62 | 4D | 20 | 61 | C |
| Octal | 73 | 40 | 1 | 0 | 56 | 142 | 115 | 40 | 141 | 14 |
| Binary | 111011 | 100000 | 1 | 0 | 101110 | 1100010 | 1001101 | 100000 | 1100001 | 1100 |
Color Harmonies of #3B2001
Complementary color
Monochromatic Colors of #3B2001
Black with #3B2001
Text Example
Text Example
White with #3B2001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2001; }
p { color: rgb(59,32,1); }
H1.HeaderClassName
{
color: #3B2001;
}
.AnyTagClassName
{
color: #3B2001;
}
</style>
background-color css
<style>
a { background-color: #3B2001; }
a { background-color: rgb(59,32,1); }
div.DivClassName
{
background-color: #3B2001;
}
.BgClassName
{
background-color: #3B2001;
}
</style>
border-color css
<style>
span { border-color: #3B2001; }
span { border-color: rgb(59,32,1); }
td.TdClassName
{
border-color: #3B2001;
}
.TagClassName
{
border-color: #3B2001;
}
</style>