Shades of Cocoa Brown #3D2100
Tints of Cocoa Brown #3D2100
RGB
CMYK
RGB Variations
Color information
#3D2100 (or 0x3D2100) is known color: Cocoa Brown. HEX triplet: 3D, 21 and 00. RGB value is (61,33,0). Sum of RGB (Red+Green+Blue) = 61+33+0=94 (12% of max value = 765). Red value is 61 (24.22% from 255 or 64.89% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2100 is #C2DEFF. Grayscale: #252525. Windows color (decimal): -12771072 or 8509. OLE color: 8509.
HSL color Cylindrical-coordinate representation of color #3D2100: hue angle of 32.46º 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 #3D2100 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 33 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.76 |
| HSL | 32.46º | 1% | 0.12% | - |
| HSV(B) | 32.46º | 1% | 0.24% | - |
| XYZ | 2.47 | 2.08 | 0.27 | - |
| YUV | 37.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 33 | 0 | 0 | 0.46 | 1 | 0.76 | 32.46 | 1 | 0.12 |
| Hex | 3D | 21 | 0 | 0 | 2E | 64 | 4C | 20 | 64 | C |
| Octal | 75 | 41 | 0 | 0 | 56 | 144 | 114 | 40 | 144 | 14 |
| Binary | 111101 | 100001 | 0 | 0 | 101110 | 1100100 | 1001100 | 100000 | 1100100 | 1100 |
Color Harmonies of #3D2100
Complementary color
Monochromatic Colors of #3D2100
Black with #3D2100
Text Example
Text Example
White with #3D2100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2100; }
p { color: rgb(61,33,0); }
H1.HeaderClassName
{
color: #3D2100;
}
.AnyTagClassName
{
color: #3D2100;
}
</style>
background-color css
<style>
a { background-color: #3D2100; }
a { background-color: rgb(61,33,0); }
div.DivClassName
{
background-color: #3D2100;
}
.BgClassName
{
background-color: #3D2100;
}
</style>
border-color css
<style>
span { border-color: #3D2100; }
span { border-color: rgb(61,33,0); }
td.TdClassName
{
border-color: #3D2100;
}
.TagClassName
{
border-color: #3D2100;
}
</style>