Shades of Cocoa Brown #3D2209
Tints of Cocoa Brown #3D2209
RGB
CMYK
RGB Variations
Color information
#3D2209 (or 0x3D2209) is known color: Cocoa Brown. HEX triplet: 3D, 22 and 09. RGB value is (61,34,9). Sum of RGB (Red+Green+Blue) = 61+34+9=104 (13% of max value = 765). Red value is 61 (24.22% from 255 or 58.65% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2209 is #C2DDF6. Grayscale: #272727. Windows color (decimal): -12770807 or 598589. OLE color: 598589.
HSL color Cylindrical-coordinate representation of color #3D2209: hue angle of 28.85º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D2209 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 34 | 9 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.76 |
| HSL | 28.85º | 0.74% | 0.14% | - |
| HSV(B) | 28.85º | 0.85% | 0.24% | - |
| XYZ | 2.55 | 2.16 | 0.54 | - |
| YUV | 39.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 34 | 9 | 0 | 0.44 | 0.85 | 0.76 | 28.85 | 0.74 | 0.14 |
| Hex | 3D | 22 | 9 | 0 | 2C | 55 | 4C | 1D | 4A | E |
| Octal | 75 | 42 | 11 | 0 | 54 | 125 | 114 | 35 | 112 | 16 |
| Binary | 111101 | 100010 | 1001 | 0 | 101100 | 1010101 | 1001100 | 11101 | 1001010 | 1110 |
Color Harmonies of #3D2209
Complementary color
Monochromatic Colors of #3D2209
Black with #3D2209
Text Example
Text Example
White with #3D2209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2209; }
p { color: rgb(61,34,9); }
H1.HeaderClassName
{
color: #3D2209;
}
.AnyTagClassName
{
color: #3D2209;
}
</style>
background-color css
<style>
a { background-color: #3D2209; }
a { background-color: rgb(61,34,9); }
div.DivClassName
{
background-color: #3D2209;
}
.BgClassName
{
background-color: #3D2209;
}
</style>
border-color css
<style>
span { border-color: #3D2209; }
span { border-color: rgb(61,34,9); }
td.TdClassName
{
border-color: #3D2209;
}
.TagClassName
{
border-color: #3D2209;
}
</style>