Shades of Cocoa Brown #3B2302
Tints of Cocoa Brown #3B2302
RGB
CMYK
RGB Variations
Color information
#3B2302 (or 0x3B2302) is known color: Cocoa Brown. HEX triplet: 3B, 23 and 02. RGB value is (59,35,2). Sum of RGB (Red+Green+Blue) = 59+35+2=96 (12% of max value = 765). Red value is 59 (23.44% from 255 or 61.46% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2302 is #C4DCFD. Grayscale: #262626. Windows color (decimal): -12901630 or 140091. OLE color: 140091.
HSL color Cylindrical-coordinate representation of color #3B2302: hue angle of 34.74º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B2302 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 35 | 2 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.77 |
| HSL | 34.74º | 0.93% | 0.12% | - |
| HSV(B) | 34.74º | 0.97% | 0.23% | - |
| XYZ | 2.42 | 2.14 | 0.34 | - |
| YUV | 38.41 | 107.45 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 35 | 2 | 0 | 0.41 | 0.97 | 0.77 | 34.74 | 0.93 | 0.12 |
| Hex | 3B | 23 | 2 | 0 | 29 | 61 | 4D | 23 | 5D | C |
| Octal | 73 | 43 | 2 | 0 | 51 | 141 | 115 | 43 | 135 | 14 |
| Binary | 111011 | 100011 | 10 | 0 | 101001 | 1100001 | 1001101 | 100011 | 1011101 | 1100 |
Color Harmonies of #3B2302
Complementary color
Monochromatic Colors of #3B2302
Black with #3B2302
Text Example
Text Example
White with #3B2302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2302; }
p { color: rgb(59,35,2); }
H1.HeaderClassName
{
color: #3B2302;
}
.AnyTagClassName
{
color: #3B2302;
}
</style>
background-color css
<style>
a { background-color: #3B2302; }
a { background-color: rgb(59,35,2); }
div.DivClassName
{
background-color: #3B2302;
}
.BgClassName
{
background-color: #3B2302;
}
</style>
border-color css
<style>
span { border-color: #3B2302; }
span { border-color: rgb(59,35,2); }
td.TdClassName
{
border-color: #3B2302;
}
.TagClassName
{
border-color: #3B2302;
}
</style>