Shades of Cocoa Brown #3B2003
Tints of Cocoa Brown #3B2003
RGB
CMYK
RGB Variations
Color information
#3B2003 (or 0x3B2003) is known color: Cocoa Brown. HEX triplet: 3B, 20 and 03. RGB value is (59,32,3). Sum of RGB (Red+Green+Blue) = 59+32+3=94 (12% of max value = 765). Red value is 59 (23.44% from 255 or 62.77% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2003 is #C4DFFC. Grayscale: #242424. Windows color (decimal): -12902397 or 204859. OLE color: 204859.
HSL color Cylindrical-coordinate representation of color #3B2003: hue angle of 31.07º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B2003 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 32 | 3 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.77 |
| HSL | 31.07º | 0.9% | 0.12% | - |
| HSV(B) | 31.07º | 0.95% | 0.23% | - |
| XYZ | 2.34 | 1.97 | 0.34 | - |
| YUV | 36.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 3 | 0 | 0.46 | 0.95 | 0.77 | 31.07 | 0.9 | 0.12 |
| Hex | 3B | 20 | 3 | 0 | 2E | 5F | 4D | 1F | 5A | C |
| Octal | 73 | 40 | 3 | 0 | 56 | 137 | 115 | 37 | 132 | 14 |
| Binary | 111011 | 100000 | 11 | 0 | 101110 | 1011111 | 1001101 | 11111 | 1011010 | 1100 |
Color Harmonies of #3B2003
Complementary color
Monochromatic Colors of #3B2003
Black with #3B2003
Text Example
Text Example
White with #3B2003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2003; }
p { color: rgb(59,32,3); }
H1.HeaderClassName
{
color: #3B2003;
}
.AnyTagClassName
{
color: #3B2003;
}
</style>
background-color css
<style>
a { background-color: #3B2003; }
a { background-color: rgb(59,32,3); }
div.DivClassName
{
background-color: #3B2003;
}
.BgClassName
{
background-color: #3B2003;
}
</style>
border-color css
<style>
span { border-color: #3B2003; }
span { border-color: rgb(59,32,3); }
td.TdClassName
{
border-color: #3B2003;
}
.TagClassName
{
border-color: #3B2003;
}
</style>