Shades of Cocoa Brown #3D290A
Tints of Cocoa Brown #3D290A
RGB
CMYK
RGB Variations
Color information
#3D290A (or 0x3D290A) is known color: Cocoa Brown. HEX triplet: 3D, 29 and 0A. RGB value is (61,41,10). Sum of RGB (Red+Green+Blue) = 61+41+10=112 (14% of max value = 765). Red value is 61 (24.22% from 255 or 54.46% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 61 - color contains mainly: red. Hex color #3D290A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D290A is #C2D6F5. Grayscale: #2B2B2B. Windows color (decimal): -12769014 or 665917. OLE color: 665917.
HSL color Cylindrical-coordinate representation of color #3D290A: hue angle of 36.47º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D290A is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 41 | 10 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.76 |
| HSL | 36.47º | 0.72% | 0.14% | - |
| HSV(B) | 36.47º | 0.84% | 0.24% | - |
| XYZ | 2.77 | 2.6 | 0.64 | - |
| YUV | 43.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 41 | 10 | 0 | 0.33 | 0.84 | 0.76 | 36.47 | 0.72 | 0.14 |
| Hex | 3D | 29 | A | 0 | 21 | 54 | 4C | 24 | 48 | E |
| Octal | 75 | 51 | 12 | 0 | 41 | 124 | 114 | 44 | 110 | 16 |
| Binary | 111101 | 101001 | 1010 | 0 | 100001 | 1010100 | 1001100 | 100100 | 1001000 | 1110 |
Color Harmonies of #3D290A
Complementary color
Monochromatic Colors of #3D290A
Black with #3D290A
Text Example
Text Example
White with #3D290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D290A; }
p { color: rgb(61,41,10); }
H1.HeaderClassName
{
color: #3D290A;
}
.AnyTagClassName
{
color: #3D290A;
}
</style>
background-color css
<style>
a { background-color: #3D290A; }
a { background-color: rgb(61,41,10); }
div.DivClassName
{
background-color: #3D290A;
}
.BgClassName
{
background-color: #3D290A;
}
</style>
border-color css
<style>
span { border-color: #3D290A; }
span { border-color: rgb(61,41,10); }
td.TdClassName
{
border-color: #3D290A;
}
.TagClassName
{
border-color: #3D290A;
}
</style>