Shades of Cocoa Brown #3C2205
Tints of Cocoa Brown #3C2205
RGB
CMYK
RGB Variations
Color information
#3C2205 (or 0x3C2205) is known color: Cocoa Brown. HEX triplet: 3C, 22 and 05. RGB value is (60,34,5). Sum of RGB (Red+Green+Blue) = 60+34+5=99 (13% of max value = 765). Red value is 60 (23.83% from 255 or 60.61% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2205 is #C3DDFA. Grayscale: #262626. Windows color (decimal): -12836347 or 336444. OLE color: 336444.
HSL color Cylindrical-coordinate representation of color #3C2205: hue angle of 31.64º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C2205 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 34 | 5 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.76 |
| HSL | 31.64º | 0.85% | 0.13% | - |
| HSV(B) | 31.64º | 0.92% | 0.24% | - |
| XYZ | 2.46 | 2.12 | 0.42 | - |
| YUV | 38.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 5 | 0 | 0.43 | 0.92 | 0.76 | 31.64 | 0.85 | 0.13 |
| Hex | 3C | 22 | 5 | 0 | 2B | 5C | 4C | 20 | 55 | D |
| Octal | 74 | 42 | 5 | 0 | 53 | 134 | 114 | 40 | 125 | 15 |
| Binary | 111100 | 100010 | 101 | 0 | 101011 | 1011100 | 1001100 | 100000 | 1010101 | 1101 |
Color Harmonies of #3C2205
Complementary color
Monochromatic Colors of #3C2205
Black with #3C2205
Text Example
Text Example
White with #3C2205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2205; }
p { color: rgb(60,34,5); }
H1.HeaderClassName
{
color: #3C2205;
}
.AnyTagClassName
{
color: #3C2205;
}
</style>
background-color css
<style>
a { background-color: #3C2205; }
a { background-color: rgb(60,34,5); }
div.DivClassName
{
background-color: #3C2205;
}
.BgClassName
{
background-color: #3C2205;
}
</style>
border-color css
<style>
span { border-color: #3C2205; }
span { border-color: rgb(60,34,5); }
td.TdClassName
{
border-color: #3C2205;
}
.TagClassName
{
border-color: #3C2205;
}
</style>