Shades of Cocoa Brown #3B210D
Tints of Cocoa Brown #3B210D
RGB
CMYK
RGB Variations
Color information
#3B210D (or 0x3B210D) is known color: Cocoa Brown. HEX triplet: 3B, 21 and 0D. RGB value is (59,33,13). Sum of RGB (Red+Green+Blue) = 59+33+13=105 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.19% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 59 - color contains mainly: red. Hex color #3B210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B210D is #C4DEF2. Grayscale: #262626. Windows color (decimal): -12902131 or 860475. OLE color: 860475.
HSL color Cylindrical-coordinate representation of color #3B210D: hue angle of 26.09º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B210D is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 33 | 13 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.77 |
| HSL | 26.09º | 0.64% | 0.14% | - |
| HSV(B) | 26.09º | 0.78% | 0.23% | - |
| XYZ | 2.42 | 2.05 | 0.65 | - |
| YUV | 38.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 33 | 13 | 0 | 0.44 | 0.78 | 0.77 | 26.09 | 0.64 | 0.14 |
| Hex | 3B | 21 | D | 0 | 2C | 4E | 4D | 1A | 40 | E |
| Octal | 73 | 41 | 15 | 0 | 54 | 116 | 115 | 32 | 100 | 16 |
| Binary | 111011 | 100001 | 1101 | 0 | 101100 | 1001110 | 1001101 | 11010 | 1000000 | 1110 |
Color Harmonies of #3B210D
Complementary color
Monochromatic Colors of #3B210D
Black with #3B210D
Text Example
Text Example
White with #3B210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B210D; }
p { color: rgb(59,33,13); }
H1.HeaderClassName
{
color: #3B210D;
}
.AnyTagClassName
{
color: #3B210D;
}
</style>
background-color css
<style>
a { background-color: #3B210D; }
a { background-color: rgb(59,33,13); }
div.DivClassName
{
background-color: #3B210D;
}
.BgClassName
{
background-color: #3B210D;
}
</style>
border-color css
<style>
span { border-color: #3B210D; }
span { border-color: rgb(59,33,13); }
td.TdClassName
{
border-color: #3B210D;
}
.TagClassName
{
border-color: #3B210D;
}
</style>