Shades of Cocoa Brown #3D2604
Tints of Cocoa Brown #3D2604
RGB
CMYK
RGB Variations
Color information
#3D2604 (or 0x3D2604) is known color: Cocoa Brown. HEX triplet: 3D, 26 and 04. RGB value is (61,38,4). Sum of RGB (Red+Green+Blue) = 61+38+4=103 (13% of max value = 765). Red value is 61 (24.22% from 255 or 59.22% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2604 is #C2D9FB. Grayscale: #292929. Windows color (decimal): -12769788 or 271933. OLE color: 271933.
HSL color Cylindrical-coordinate representation of color #3D2604: hue angle of 35.79º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D2604 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 38 | 4 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.76 |
| HSL | 35.79º | 0.88% | 0.13% | - |
| HSV(B) | 35.79º | 0.93% | 0.24% | - |
| XYZ | 2.64 | 2.39 | 0.44 | - |
| YUV | 41 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 4 | 0 | 0.38 | 0.93 | 0.76 | 35.79 | 0.88 | 0.13 |
| Hex | 3D | 26 | 4 | 0 | 26 | 5D | 4C | 24 | 58 | D |
| Octal | 75 | 46 | 4 | 0 | 46 | 135 | 114 | 44 | 130 | 15 |
| Binary | 111101 | 100110 | 100 | 0 | 100110 | 1011101 | 1001100 | 100100 | 1011000 | 1101 |
Color Harmonies of #3D2604
Complementary color
Monochromatic Colors of #3D2604
Black with #3D2604
Text Example
Text Example
White with #3D2604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2604; }
p { color: rgb(61,38,4); }
H1.HeaderClassName
{
color: #3D2604;
}
.AnyTagClassName
{
color: #3D2604;
}
</style>
background-color css
<style>
a { background-color: #3D2604; }
a { background-color: rgb(61,38,4); }
div.DivClassName
{
background-color: #3D2604;
}
.BgClassName
{
background-color: #3D2604;
}
</style>
border-color css
<style>
span { border-color: #3D2604; }
span { border-color: rgb(61,38,4); }
td.TdClassName
{
border-color: #3D2604;
}
.TagClassName
{
border-color: #3D2604;
}
</style>