Shades of Cocoa Brown #3D260A
Tints of Cocoa Brown #3D260A
RGB
CMYK
RGB Variations
Color information
#3D260A (or 0x3D260A) is known color: Cocoa Brown. HEX triplet: 3D, 26 and 0A. RGB value is (61,38,10). Sum of RGB (Red+Green+Blue) = 61+38+10=109 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.96% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 61 - color contains mainly: red. Hex color #3D260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D260A is #C2D9F5. Grayscale: #292929. Windows color (decimal): -12769782 or 665149. OLE color: 665149.
HSL color Cylindrical-coordinate representation of color #3D260A: hue angle of 32.94º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D260A is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 38 | 10 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.76 |
| HSL | 32.94º | 0.72% | 0.14% | - |
| HSV(B) | 32.94º | 0.84% | 0.24% | - |
| XYZ | 2.67 | 2.4 | 0.61 | - |
| YUV | 41.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 10 | 0 | 0.38 | 0.84 | 0.76 | 32.94 | 0.72 | 0.14 |
| Hex | 3D | 26 | A | 0 | 26 | 54 | 4C | 21 | 48 | E |
| Octal | 75 | 46 | 12 | 0 | 46 | 124 | 114 | 41 | 110 | 16 |
| Binary | 111101 | 100110 | 1010 | 0 | 100110 | 1010100 | 1001100 | 100001 | 1001000 | 1110 |
Color Harmonies of #3D260A
Complementary color
Monochromatic Colors of #3D260A
Black with #3D260A
Text Example
Text Example
White with #3D260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D260A; }
p { color: rgb(61,38,10); }
H1.HeaderClassName
{
color: #3D260A;
}
.AnyTagClassName
{
color: #3D260A;
}
</style>
background-color css
<style>
a { background-color: #3D260A; }
a { background-color: rgb(61,38,10); }
div.DivClassName
{
background-color: #3D260A;
}
.BgClassName
{
background-color: #3D260A;
}
</style>
border-color css
<style>
span { border-color: #3D260A; }
span { border-color: rgb(61,38,10); }
td.TdClassName
{
border-color: #3D260A;
}
.TagClassName
{
border-color: #3D260A;
}
</style>