Shades of Cocoa Brown #3C290D
Tints of Cocoa Brown #3C290D
RGB
CMYK
RGB Variations
Color information
#3C290D (or 0x3C290D) is known color: Cocoa Brown. HEX triplet: 3C, 29 and 0D. RGB value is (60,41,13). Sum of RGB (Red+Green+Blue) = 60+41+13=114 (15% of max value = 765). Red value is 60 (23.83% from 255 or 52.63% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 60 - color contains mainly: red. Hex color #3C290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C290D is #C3D6F2. Grayscale: #2B2B2B. Windows color (decimal): -12834547 or 862524. OLE color: 862524.
HSL color Cylindrical-coordinate representation of color #3C290D: hue angle of 35.74º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C290D is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 41 | 13 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.76 |
| HSL | 35.74º | 0.64% | 0.14% | - |
| HSV(B) | 35.74º | 0.78% | 0.24% | - |
| XYZ | 2.73 | 2.58 | 0.73 | - |
| YUV | 43.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 13 | 0 | 0.32 | 0.78 | 0.76 | 35.74 | 0.64 | 0.14 |
| Hex | 3C | 29 | D | 0 | 20 | 4E | 4C | 24 | 40 | E |
| Octal | 74 | 51 | 15 | 0 | 40 | 116 | 114 | 44 | 100 | 16 |
| Binary | 111100 | 101001 | 1101 | 0 | 100000 | 1001110 | 1001100 | 100100 | 1000000 | 1110 |
Color Harmonies of #3C290D
Complementary color
Monochromatic Colors of #3C290D
Black with #3C290D
Text Example
Text Example
White with #3C290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C290D; }
p { color: rgb(60,41,13); }
H1.HeaderClassName
{
color: #3C290D;
}
.AnyTagClassName
{
color: #3C290D;
}
</style>
background-color css
<style>
a { background-color: #3C290D; }
a { background-color: rgb(60,41,13); }
div.DivClassName
{
background-color: #3C290D;
}
.BgClassName
{
background-color: #3C290D;
}
</style>
border-color css
<style>
span { border-color: #3C290D; }
span { border-color: rgb(60,41,13); }
td.TdClassName
{
border-color: #3C290D;
}
.TagClassName
{
border-color: #3C290D;
}
</style>