Shades of Cocoa Brown #3D260E
Tints of Cocoa Brown #3D260E
RGB
CMYK
RGB Variations
Color information
#3D260E (or 0x3D260E) is known color: Cocoa Brown. HEX triplet: 3D, 26 and 0E. RGB value is (61,38,14). Sum of RGB (Red+Green+Blue) = 61+38+14=113 (14% of max value = 765). Red value is 61 (24.22% from 255 or 53.98% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 61 - color contains mainly: red. Hex color #3D260E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D260E is #C2D9F1. Grayscale: #2A2A2A. Windows color (decimal): -12769778 or 927293. OLE color: 927293.
HSL color Cylindrical-coordinate representation of color #3D260E: hue angle of 30.64º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D260E is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 38 | 14 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.76 |
| HSL | 30.64º | 0.63% | 0.15% | - |
| HSV(B) | 30.64º | 0.77% | 0.24% | - |
| XYZ | 2.7 | 2.41 | 0.74 | - |
| YUV | 42.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 14 | 0 | 0.38 | 0.77 | 0.76 | 30.64 | 0.63 | 0.15 |
| Hex | 3D | 26 | E | 0 | 26 | 4D | 4C | 1F | 3F | F |
| Octal | 75 | 46 | 16 | 0 | 46 | 115 | 114 | 37 | 77 | 17 |
| Binary | 111101 | 100110 | 1110 | 0 | 100110 | 1001101 | 1001100 | 11111 | 111111 | 1111 |
Color Harmonies of #3D260E
Complementary color
Monochromatic Colors of #3D260E
Black with #3D260E
Text Example
Text Example
White with #3D260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D260E; }
p { color: rgb(61,38,14); }
H1.HeaderClassName
{
color: #3D260E;
}
.AnyTagClassName
{
color: #3D260E;
}
</style>
background-color css
<style>
a { background-color: #3D260E; }
a { background-color: rgb(61,38,14); }
div.DivClassName
{
background-color: #3D260E;
}
.BgClassName
{
background-color: #3D260E;
}
</style>
border-color css
<style>
span { border-color: #3D260E; }
span { border-color: rgb(61,38,14); }
td.TdClassName
{
border-color: #3D260E;
}
.TagClassName
{
border-color: #3D260E;
}
</style>