Shades of Cocoa Brown #3B2100
Tints of Cocoa Brown #3B2100
RGB
CMYK
RGB Variations
Color information
#3B2100 (or 0x3B2100) is known color: Cocoa Brown. HEX triplet: 3B, 21 and 00. RGB value is (59,33,0). Sum of RGB (Red+Green+Blue) = 59+33+0=92 (12% of max value = 765). Red value is 59 (23.44% from 255 or 64.13% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2100 is #C4DEFF. Grayscale: #252525. Windows color (decimal): -12902144 or 8507. OLE color: 8507.
HSL color Cylindrical-coordinate representation of color #3B2100: hue angle of 33.56º 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 #3B2100 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 33 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.77 |
| HSL | 33.56º | 1% | 0.12% | - |
| HSV(B) | 33.56º | 1% | 0.23% | - |
| XYZ | 2.35 | 2.02 | 0.27 | - |
| YUV | 37.01 | 107.11 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 33 | 0 | 0 | 0.44 | 1 | 0.77 | 33.56 | 1 | 0.12 |
| Hex | 3B | 21 | 0 | 0 | 2C | 64 | 4D | 22 | 64 | C |
| Octal | 73 | 41 | 0 | 0 | 54 | 144 | 115 | 42 | 144 | 14 |
| Binary | 111011 | 100001 | 0 | 0 | 101100 | 1100100 | 1001101 | 100010 | 1100100 | 1100 |
Color Harmonies of #3B2100
Complementary color
Monochromatic Colors of #3B2100
Black with #3B2100
Text Example
Text Example
White with #3B2100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2100; }
p { color: rgb(59,33,0); }
H1.HeaderClassName
{
color: #3B2100;
}
.AnyTagClassName
{
color: #3B2100;
}
</style>
background-color css
<style>
a { background-color: #3B2100; }
a { background-color: rgb(59,33,0); }
div.DivClassName
{
background-color: #3B2100;
}
.BgClassName
{
background-color: #3B2100;
}
</style>
border-color css
<style>
span { border-color: #3B2100; }
span { border-color: rgb(59,33,0); }
td.TdClassName
{
border-color: #3B2100;
}
.TagClassName
{
border-color: #3B2100;
}
</style>