Shades of Cocoa Brown #3C2609
Tints of Cocoa Brown #3C2609
RGB
CMYK
RGB Variations
Color information
#3C2609 (or 0x3C2609) is known color: Cocoa Brown. HEX triplet: 3C, 26 and 09. RGB value is (60,38,9). Sum of RGB (Red+Green+Blue) = 60+38+9=107 (14% of max value = 765). Red value is 60 (23.83% from 255 or 56.07% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2609 is #C3D9F6. Grayscale: #292929. Windows color (decimal): -12835319 or 599612. OLE color: 599612.
HSL color Cylindrical-coordinate representation of color #3C2609: hue angle of 34.12º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C2609 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 38 | 9 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.76 |
| HSL | 34.12º | 0.74% | 0.14% | - |
| HSV(B) | 34.12º | 0.85% | 0.24% | - |
| XYZ | 2.61 | 2.37 | 0.58 | - |
| YUV | 41.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 9 | 0 | 0.37 | 0.85 | 0.76 | 34.12 | 0.74 | 0.14 |
| Hex | 3C | 26 | 9 | 0 | 25 | 55 | 4C | 22 | 4A | E |
| Octal | 74 | 46 | 11 | 0 | 45 | 125 | 114 | 42 | 112 | 16 |
| Binary | 111100 | 100110 | 1001 | 0 | 100101 | 1010101 | 1001100 | 100010 | 1001010 | 1110 |
Color Harmonies of #3C2609
Complementary color
Monochromatic Colors of #3C2609
Black with #3C2609
Text Example
Text Example
White with #3C2609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2609; }
p { color: rgb(60,38,9); }
H1.HeaderClassName
{
color: #3C2609;
}
.AnyTagClassName
{
color: #3C2609;
}
</style>
background-color css
<style>
a { background-color: #3C2609; }
a { background-color: rgb(60,38,9); }
div.DivClassName
{
background-color: #3C2609;
}
.BgClassName
{
background-color: #3C2609;
}
</style>
border-color css
<style>
span { border-color: #3C2609; }
span { border-color: rgb(60,38,9); }
td.TdClassName
{
border-color: #3C2609;
}
.TagClassName
{
border-color: #3C2609;
}
</style>