Shades of Cocoa Brown #3D2205
Tints of Cocoa Brown #3D2205
RGB
CMYK
RGB Variations
Color information
#3D2205 (or 0x3D2205) is known color: Cocoa Brown. HEX triplet: 3D, 22 and 05. RGB value is (61,34,5). Sum of RGB (Red+Green+Blue) = 61+34+5=100 (13% of max value = 765). Red value is 61 (24.22% from 255 or 61% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2205 is #C2DDFA. Grayscale: #262626. Windows color (decimal): -12770811 or 336445. OLE color: 336445.
HSL color Cylindrical-coordinate representation of color #3D2205: hue angle of 31.07º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D2205 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 34 | 5 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.76 |
| HSL | 31.07º | 0.85% | 0.13% | - |
| HSV(B) | 31.07º | 0.92% | 0.24% | - |
| XYZ | 2.52 | 2.15 | 0.42 | - |
| YUV | 38.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 34 | 5 | 0 | 0.44 | 0.92 | 0.76 | 31.07 | 0.85 | 0.13 |
| Hex | 3D | 22 | 5 | 0 | 2C | 5C | 4C | 1F | 55 | D |
| Octal | 75 | 42 | 5 | 0 | 54 | 134 | 114 | 37 | 125 | 15 |
| Binary | 111101 | 100010 | 101 | 0 | 101100 | 1011100 | 1001100 | 11111 | 1010101 | 1101 |
Color Harmonies of #3D2205
Complementary color
Monochromatic Colors of #3D2205
Black with #3D2205
Text Example
Text Example
White with #3D2205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2205; }
p { color: rgb(61,34,5); }
H1.HeaderClassName
{
color: #3D2205;
}
.AnyTagClassName
{
color: #3D2205;
}
</style>
background-color css
<style>
a { background-color: #3D2205; }
a { background-color: rgb(61,34,5); }
div.DivClassName
{
background-color: #3D2205;
}
.BgClassName
{
background-color: #3D2205;
}
</style>
border-color css
<style>
span { border-color: #3D2205; }
span { border-color: rgb(61,34,5); }
td.TdClassName
{
border-color: #3D2205;
}
.TagClassName
{
border-color: #3D2205;
}
</style>