Shades of Cocoa Brown #3B2200
Tints of Cocoa Brown #3B2200
RGB
CMYK
RGB Variations
Color information
#3B2200 (or 0x3B2200) is known color: Cocoa Brown. HEX triplet: 3B, 22 and 00. RGB value is (59,34,0). Sum of RGB (Red+Green+Blue) = 59+34+0=93 (12% of max value = 765). Red value is 59 (23.44% from 255 or 63.44% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2200 is #C4DDFF. Grayscale: #252525. Windows color (decimal): -12901888 or 8763. OLE color: 8763.
HSL color Cylindrical-coordinate representation of color #3B2200: hue angle of 34.58º 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 #3B2200 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 34 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.77 |
| HSL | 34.58º | 1% | 0.12% | - |
| HSV(B) | 34.58º | 1% | 0.23% | - |
| XYZ | 2.38 | 2.07 | 0.28 | - |
| YUV | 37.6 | 106.78 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 34 | 0 | 0 | 0.42 | 1 | 0.77 | 34.58 | 1 | 0.12 |
| Hex | 3B | 22 | 0 | 0 | 2A | 64 | 4D | 23 | 64 | C |
| Octal | 73 | 42 | 0 | 0 | 52 | 144 | 115 | 43 | 144 | 14 |
| Binary | 111011 | 100010 | 0 | 0 | 101010 | 1100100 | 1001101 | 100011 | 1100100 | 1100 |
Color Harmonies of #3B2200
Complementary color
Monochromatic Colors of #3B2200
Black with #3B2200
Text Example
Text Example
White with #3B2200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2200; }
p { color: rgb(59,34,0); }
H1.HeaderClassName
{
color: #3B2200;
}
.AnyTagClassName
{
color: #3B2200;
}
</style>
background-color css
<style>
a { background-color: #3B2200; }
a { background-color: rgb(59,34,0); }
div.DivClassName
{
background-color: #3B2200;
}
.BgClassName
{
background-color: #3B2200;
}
</style>
border-color css
<style>
span { border-color: #3B2200; }
span { border-color: rgb(59,34,0); }
td.TdClassName
{
border-color: #3B2200;
}
.TagClassName
{
border-color: #3B2200;
}
</style>