Shades of Cocoa Brown #3D2301
Tints of Cocoa Brown #3D2301
RGB
CMYK
RGB Variations
Color information
#3D2301 (or 0x3D2301) is known color: Cocoa Brown. HEX triplet: 3D, 23 and 01. RGB value is (61,35,1). Sum of RGB (Red+Green+Blue) = 61+35+1=97 (12% of max value = 765). Red value is 61 (24.22% from 255 or 62.89% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2301 is #C2DCFE. Grayscale: #272727. Windows color (decimal): -12770559 or 74557. OLE color: 74557.
HSL color Cylindrical-coordinate representation of color #3D2301: hue angle of 34º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D2301 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 35 | 1 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.76 |
| HSL | 34º | 0.97% | 0.12% | - |
| HSV(B) | 34º | 0.98% | 0.24% | - |
| XYZ | 2.53 | 2.2 | 0.32 | - |
| YUV | 38.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 35 | 1 | 0 | 0.43 | 0.98 | 0.76 | 34 | 0.97 | 0.12 |
| Hex | 3D | 23 | 1 | 0 | 2B | 62 | 4C | 22 | 61 | C |
| Octal | 75 | 43 | 1 | 0 | 53 | 142 | 114 | 42 | 141 | 14 |
| Binary | 111101 | 100011 | 1 | 0 | 101011 | 1100010 | 1001100 | 100010 | 1100001 | 1100 |
Color Harmonies of #3D2301
Complementary color
Monochromatic Colors of #3D2301
Black with #3D2301
Text Example
Text Example
White with #3D2301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2301; }
p { color: rgb(61,35,1); }
H1.HeaderClassName
{
color: #3D2301;
}
.AnyTagClassName
{
color: #3D2301;
}
</style>
background-color css
<style>
a { background-color: #3D2301; }
a { background-color: rgb(61,35,1); }
div.DivClassName
{
background-color: #3D2301;
}
.BgClassName
{
background-color: #3D2301;
}
</style>
border-color css
<style>
span { border-color: #3D2301; }
span { border-color: rgb(61,35,1); }
td.TdClassName
{
border-color: #3D2301;
}
.TagClassName
{
border-color: #3D2301;
}
</style>