Shades of Cocoa Brown #3C210B
Tints of Cocoa Brown #3C210B
RGB
CMYK
RGB Variations
Color information
#3C210B (or 0x3C210B) is known color: Cocoa Brown. HEX triplet: 3C, 21 and 0B. RGB value is (60,33,11). Sum of RGB (Red+Green+Blue) = 60+33+11=104 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.69% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 60 - color contains mainly: red. Hex color #3C210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C210B is #C3DEF4. Grayscale: #262626. Windows color (decimal): -12836597 or 729404. OLE color: 729404.
HSL color Cylindrical-coordinate representation of color #3C210B: hue angle of 26.94º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C210B is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 33 | 11 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.76 |
| HSL | 26.94º | 0.69% | 0.14% | - |
| HSV(B) | 26.94º | 0.82% | 0.24% | - |
| XYZ | 2.47 | 2.07 | 0.59 | - |
| YUV | 38.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 11 | 0 | 0.45 | 0.82 | 0.76 | 26.94 | 0.69 | 0.14 |
| Hex | 3C | 21 | B | 0 | 2D | 52 | 4C | 1B | 45 | E |
| Octal | 74 | 41 | 13 | 0 | 55 | 122 | 114 | 33 | 105 | 16 |
| Binary | 111100 | 100001 | 1011 | 0 | 101101 | 1010010 | 1001100 | 11011 | 1000101 | 1110 |
Color Harmonies of #3C210B
Complementary color
Monochromatic Colors of #3C210B
Black with #3C210B
Text Example
Text Example
White with #3C210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C210B; }
p { color: rgb(60,33,11); }
H1.HeaderClassName
{
color: #3C210B;
}
.AnyTagClassName
{
color: #3C210B;
}
</style>
background-color css
<style>
a { background-color: #3C210B; }
a { background-color: rgb(60,33,11); }
div.DivClassName
{
background-color: #3C210B;
}
.BgClassName
{
background-color: #3C210B;
}
</style>
border-color css
<style>
span { border-color: #3C210B; }
span { border-color: rgb(60,33,11); }
td.TdClassName
{
border-color: #3C210B;
}
.TagClassName
{
border-color: #3C210B;
}
</style>