Shades of Cocoa Brown #3B2502
Tints of Cocoa Brown #3B2502
RGB
CMYK
RGB Variations
Color information
#3B2502 (or 0x3B2502) is known color: Cocoa Brown. HEX triplet: 3B, 25 and 02. RGB value is (59,37,2). Sum of RGB (Red+Green+Blue) = 59+37+2=98 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.20% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2502 is #C4DAFD. Grayscale: #272727. Windows color (decimal): -12901118 or 140603. OLE color: 140603.
HSL color Cylindrical-coordinate representation of color #3B2502: hue angle of 36.84º 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 #3B2502 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 37 | 2 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.77 |
| HSL | 36.84º | 0.93% | 0.12% | - |
| HSV(B) | 36.84º | 0.97% | 0.23% | - |
| XYZ | 2.48 | 2.26 | 0.36 | - |
| YUV | 39.59 | 106.79 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 2 | 0 | 0.37 | 0.97 | 0.77 | 36.84 | 0.93 | 0.12 |
| Hex | 3B | 25 | 2 | 0 | 25 | 61 | 4D | 25 | 5D | C |
| Octal | 73 | 45 | 2 | 0 | 45 | 141 | 115 | 45 | 135 | 14 |
| Binary | 111011 | 100101 | 10 | 0 | 100101 | 1100001 | 1001101 | 100101 | 1011101 | 1100 |
Color Harmonies of #3B2502
Complementary color
Monochromatic Colors of #3B2502
Black with #3B2502
Text Example
Text Example
White with #3B2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2502; }
p { color: rgb(59,37,2); }
H1.HeaderClassName
{
color: #3B2502;
}
.AnyTagClassName
{
color: #3B2502;
}
</style>
background-color css
<style>
a { background-color: #3B2502; }
a { background-color: rgb(59,37,2); }
div.DivClassName
{
background-color: #3B2502;
}
.BgClassName
{
background-color: #3B2502;
}
</style>
border-color css
<style>
span { border-color: #3B2502; }
span { border-color: rgb(59,37,2); }
td.TdClassName
{
border-color: #3B2502;
}
.TagClassName
{
border-color: #3B2502;
}
</style>