Shades of Cocoa Brown #3D1E00
Tints of Cocoa Brown #3D1E00
RGB
CMYK
RGB Variations
Color information
#3D1E00 (or 0x3D1E00) is known color: Cocoa Brown. HEX triplet: 3D, 1E and 00. RGB value is (61,30,0). Sum of RGB (Red+Green+Blue) = 61+30+0=91 (12% of max value = 765). Red value is 61 (24.22% from 255 or 67.03% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1E00 is #C2E1FF. Grayscale: #242424. Windows color (decimal): -12771840 or 7741. OLE color: 7741.
HSL color Cylindrical-coordinate representation of color #3D1E00: hue angle of 29.51º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D1E00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 30 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.76 |
| HSL | 29.51º | 1% | 0.12% | - |
| HSV(B) | 29.51º | 1% | 0.24% | - |
| XYZ | 2.39 | 1.92 | 0.24 | - |
| YUV | 35.85 | 107.77 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 30 | 0 | 0 | 0.51 | 1 | 0.76 | 29.51 | 1 | 0.12 |
| Hex | 3D | 1E | 0 | 0 | 33 | 64 | 4C | 1E | 64 | C |
| Octal | 75 | 36 | 0 | 0 | 63 | 144 | 114 | 36 | 144 | 14 |
| Binary | 111101 | 11110 | 0 | 0 | 110011 | 1100100 | 1001100 | 11110 | 1100100 | 1100 |
Color Harmonies of #3D1E00
Complementary color
Monochromatic Colors of #3D1E00
Black with #3D1E00
Text Example
Text Example
White with #3D1E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1E00; }
p { color: rgb(61,30,0); }
H1.HeaderClassName
{
color: #3D1E00;
}
.AnyTagClassName
{
color: #3D1E00;
}
</style>
background-color css
<style>
a { background-color: #3D1E00; }
a { background-color: rgb(61,30,0); }
div.DivClassName
{
background-color: #3D1E00;
}
.BgClassName
{
background-color: #3D1E00;
}
</style>
border-color css
<style>
span { border-color: #3D1E00; }
span { border-color: rgb(61,30,0); }
td.TdClassName
{
border-color: #3D1E00;
}
.TagClassName
{
border-color: #3D1E00;
}
</style>