Shades of Cocoa Brown #3B2301
Tints of Cocoa Brown #3B2301
RGB
CMYK
RGB Variations
Color information
#3B2301 (or 0x3B2301) is known color: Cocoa Brown. HEX triplet: 3B, 23 and 01. RGB value is (59,35,1). Sum of RGB (Red+Green+Blue) = 59+35+1=95 (12% of max value = 765). Red value is 59 (23.44% from 255 or 62.11% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2301 is #C4DCFE. Grayscale: #262626. Windows color (decimal): -12901631 or 74555. OLE color: 74555.
HSL color Cylindrical-coordinate representation of color #3B2301: hue angle of 35.17º 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 #3B2301 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 35 | 1 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.77 |
| HSL | 35.17º | 0.97% | 0.12% | - |
| HSV(B) | 35.17º | 0.98% | 0.23% | - |
| XYZ | 2.41 | 2.13 | 0.31 | - |
| YUV | 38.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 35 | 1 | 0 | 0.41 | 0.98 | 0.77 | 35.17 | 0.97 | 0.12 |
| Hex | 3B | 23 | 1 | 0 | 29 | 62 | 4D | 23 | 61 | C |
| Octal | 73 | 43 | 1 | 0 | 51 | 142 | 115 | 43 | 141 | 14 |
| Binary | 111011 | 100011 | 1 | 0 | 101001 | 1100010 | 1001101 | 100011 | 1100001 | 1100 |
Color Harmonies of #3B2301
Complementary color
Monochromatic Colors of #3B2301
Black with #3B2301
Text Example
Text Example
White with #3B2301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2301; }
p { color: rgb(59,35,1); }
H1.HeaderClassName
{
color: #3B2301;
}
.AnyTagClassName
{
color: #3B2301;
}
</style>
background-color css
<style>
a { background-color: #3B2301; }
a { background-color: rgb(59,35,1); }
div.DivClassName
{
background-color: #3B2301;
}
.BgClassName
{
background-color: #3B2301;
}
</style>
border-color css
<style>
span { border-color: #3B2301; }
span { border-color: rgb(59,35,1); }
td.TdClassName
{
border-color: #3B2301;
}
.TagClassName
{
border-color: #3B2301;
}
</style>