Shades of Cocoa Brown #3D2701
Tints of Cocoa Brown #3D2701
RGB
CMYK
RGB Variations
Color information
#3D2701 (or 0x3D2701) is known color: Cocoa Brown. HEX triplet: 3D, 27 and 01. RGB value is (61,39,1). Sum of RGB (Red+Green+Blue) = 61+39+1=101 (13% of max value = 765). Red value is 61 (24.22% from 255 or 60.40% from 101); Green value is 39 (15.62% from 255 or 38.61% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2701 is #C2D8FE. Grayscale: #292929. Windows color (decimal): -12769535 or 75581. OLE color: 75581.
HSL color Cylindrical-coordinate representation of color #3D2701: hue angle of 38º 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 #3D2701 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 39 | 1 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.76 |
| HSL | 38º | 0.97% | 0.12% | - |
| HSV(B) | 38º | 0.98% | 0.24% | - |
| XYZ | 2.66 | 2.45 | 0.36 | - |
| YUV | 41.25 | 105.29 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 39 | 1 | 0 | 0.36 | 0.98 | 0.76 | 38 | 0.97 | 0.12 |
| Hex | 3D | 27 | 1 | 0 | 24 | 62 | 4C | 26 | 61 | C |
| Octal | 75 | 47 | 1 | 0 | 44 | 142 | 114 | 46 | 141 | 14 |
| Binary | 111101 | 100111 | 1 | 0 | 100100 | 1100010 | 1001100 | 100110 | 1100001 | 1100 |
Color Harmonies of #3D2701
Complementary color
Monochromatic Colors of #3D2701
Black with #3D2701
Text Example
Text Example
White with #3D2701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2701; }
p { color: rgb(61,39,1); }
H1.HeaderClassName
{
color: #3D2701;
}
.AnyTagClassName
{
color: #3D2701;
}
</style>
background-color css
<style>
a { background-color: #3D2701; }
a { background-color: rgb(61,39,1); }
div.DivClassName
{
background-color: #3D2701;
}
.BgClassName
{
background-color: #3D2701;
}
</style>
border-color css
<style>
span { border-color: #3D2701; }
span { border-color: rgb(61,39,1); }
td.TdClassName
{
border-color: #3D2701;
}
.TagClassName
{
border-color: #3D2701;
}
</style>