Shades of Cocoa Brown #3B210C
Tints of Cocoa Brown #3B210C
RGB
CMYK
RGB Variations
Color information
#3B210C (or 0x3B210C) is known color: Cocoa Brown. HEX triplet: 3B, 21 and 0C. RGB value is (59,33,12). Sum of RGB (Red+Green+Blue) = 59+33+12=104 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.73% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 59 - color contains mainly: red. Hex color #3B210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B210C is #C4DEF3. Grayscale: #262626. Windows color (decimal): -12902132 or 794939. OLE color: 794939.
HSL color Cylindrical-coordinate representation of color #3B210C: hue angle of 26.81º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B210C is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 33 | 12 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.77 |
| HSL | 26.81º | 0.66% | 0.14% | - |
| HSV(B) | 26.81º | 0.8% | 0.23% | - |
| XYZ | 2.41 | 2.04 | 0.62 | - |
| YUV | 38.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 33 | 12 | 0 | 0.44 | 0.80 | 0.77 | 26.81 | 0.66 | 0.14 |
| Hex | 3B | 21 | C | 0 | 2C | 50 | 4D | 1B | 42 | E |
| Octal | 73 | 41 | 14 | 0 | 54 | 120 | 115 | 33 | 102 | 16 |
| Binary | 111011 | 100001 | 1100 | 0 | 101100 | 1010000 | 1001101 | 11011 | 1000010 | 1110 |
Color Harmonies of #3B210C
Complementary color
Monochromatic Colors of #3B210C
Black with #3B210C
Text Example
Text Example
White with #3B210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B210C; }
p { color: rgb(59,33,12); }
H1.HeaderClassName
{
color: #3B210C;
}
.AnyTagClassName
{
color: #3B210C;
}
</style>
background-color css
<style>
a { background-color: #3B210C; }
a { background-color: rgb(59,33,12); }
div.DivClassName
{
background-color: #3B210C;
}
.BgClassName
{
background-color: #3B210C;
}
</style>
border-color css
<style>
span { border-color: #3B210C; }
span { border-color: rgb(59,33,12); }
td.TdClassName
{
border-color: #3B210C;
}
.TagClassName
{
border-color: #3B210C;
}
</style>