Shades of Cocoa Brown #3D2600
Tints of Cocoa Brown #3D2600
RGB
CMYK
RGB Variations
Color information
#3D2600 (or 0x3D2600) is known color: Cocoa Brown. HEX triplet: 3D, 26 and 00. RGB value is (61,38,0). Sum of RGB (Red+Green+Blue) = 61+38+0=99 (13% of max value = 765). Red value is 61 (24.22% from 255 or 61.62% from 99); Green value is 38 (15.23% from 255 or 38.38% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2600 is #C2D9FF. Grayscale: #282828. Windows color (decimal): -12769792 or 9789. OLE color: 9789.
HSL color Cylindrical-coordinate representation of color #3D2600: hue angle of 37.38º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D2600 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 38 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.76 |
| HSL | 37.38º | 1% | 0.12% | - |
| HSV(B) | 37.38º | 1% | 0.24% | - |
| XYZ | 2.62 | 2.38 | 0.32 | - |
| YUV | 40.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 0 | 0 | 0.38 | 1 | 0.76 | 37.38 | 1 | 0.12 |
| Hex | 3D | 26 | 0 | 0 | 26 | 64 | 4C | 25 | 64 | C |
| Octal | 75 | 46 | 0 | 0 | 46 | 144 | 114 | 45 | 144 | 14 |
| Binary | 111101 | 100110 | 0 | 0 | 100110 | 1100100 | 1001100 | 100101 | 1100100 | 1100 |
Color Harmonies of #3D2600
Complementary color
Monochromatic Colors of #3D2600
Black with #3D2600
Text Example
Text Example
White with #3D2600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2600; }
p { color: rgb(61,38,0); }
H1.HeaderClassName
{
color: #3D2600;
}
.AnyTagClassName
{
color: #3D2600;
}
</style>
background-color css
<style>
a { background-color: #3D2600; }
a { background-color: rgb(61,38,0); }
div.DivClassName
{
background-color: #3D2600;
}
.BgClassName
{
background-color: #3D2600;
}
</style>
border-color css
<style>
span { border-color: #3D2600; }
span { border-color: rgb(61,38,0); }
td.TdClassName
{
border-color: #3D2600;
}
.TagClassName
{
border-color: #3D2600;
}
</style>