Shades of Cocoa Brown #3A210C
Tints of Cocoa Brown #3A210C
RGB
CMYK
RGB Variations
Color information
#3A210C (or 0x3A210C) is known color: Cocoa Brown. HEX triplet: 3A, 21 and 0C. RGB value is (58,33,12). Sum of RGB (Red+Green+Blue) = 58+33+12=103 (13% of max value = 765). Red value is 58 (23.05% from 255 or 56.31% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 58 - color contains mainly: red. Hex color #3A210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A210C is #C5DEF3. Grayscale: #262626. Windows color (decimal): -12967668 or 794938. OLE color: 794938.
HSL color Cylindrical-coordinate representation of color #3A210C: hue angle of 27.39º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A210C is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 33 | 12 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.77 |
| HSL | 27.39º | 0.66% | 0.14% | - |
| HSV(B) | 27.39º | 0.79% | 0.23% | - |
| XYZ | 2.36 | 2.01 | 0.61 | - |
| YUV | 38.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 33 | 12 | 0 | 0.43 | 0.79 | 0.77 | 27.39 | 0.66 | 0.14 |
| Hex | 3A | 21 | C | 0 | 2B | 4F | 4D | 1B | 42 | E |
| Octal | 72 | 41 | 14 | 0 | 53 | 117 | 115 | 33 | 102 | 16 |
| Binary | 111010 | 100001 | 1100 | 0 | 101011 | 1001111 | 1001101 | 11011 | 1000010 | 1110 |
Color Harmonies of #3A210C
Complementary color
Monochromatic Colors of #3A210C
Black with #3A210C
Text Example
Text Example
White with #3A210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A210C; }
p { color: rgb(58,33,12); }
H1.HeaderClassName
{
color: #3A210C;
}
.AnyTagClassName
{
color: #3A210C;
}
</style>
background-color css
<style>
a { background-color: #3A210C; }
a { background-color: rgb(58,33,12); }
div.DivClassName
{
background-color: #3A210C;
}
.BgClassName
{
background-color: #3A210C;
}
</style>
border-color css
<style>
span { border-color: #3A210C; }
span { border-color: rgb(58,33,12); }
td.TdClassName
{
border-color: #3A210C;
}
.TagClassName
{
border-color: #3A210C;
}
</style>