Shades of Cocoa Brown #412901
Tints of Cocoa Brown #412901
RGB
CMYK
RGB Variations
Color information
#412901 (or 0x412901) is known color: Cocoa Brown. HEX triplet: 41, 29 and 01. RGB value is (65,41,1). Sum of RGB (Red+Green+Blue) = 65+41+1=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #412901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412901 is #BED6FE. Grayscale: #2B2B2B. Windows color (decimal): -12506879 or 76097. OLE color: 76097.
HSL color Cylindrical-coordinate representation of color #412901: hue angle of 37.5º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #412901 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 41 | 1 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.75 |
| HSL | 37.5º | 0.97% | 0.13% | - |
| HSV(B) | 37.5º | 0.98% | 0.25% | - |
| XYZ | 2.98 | 2.71 | 0.4 | - |
| YUV | 43.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 1 | 0 | 0.37 | 0.98 | 0.75 | 37.5 | 0.97 | 0.13 |
| Hex | 41 | 29 | 1 | 0 | 25 | 62 | 4B | 26 | 61 | D |
| Octal | 101 | 51 | 1 | 0 | 45 | 142 | 113 | 46 | 141 | 15 |
| Binary | 1000001 | 101001 | 1 | 0 | 100101 | 1100010 | 1001011 | 100110 | 1100001 | 1101 |
Color Harmonies of #412901
Complementary color
Monochromatic Colors of #412901
Black with #412901
Text Example
Text Example
White with #412901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412901; }
p { color: rgb(65,41,1); }
H1.HeaderClassName
{
color: #412901;
}
.AnyTagClassName
{
color: #412901;
}
</style>
background-color css
<style>
a { background-color: #412901; }
a { background-color: rgb(65,41,1); }
div.DivClassName
{
background-color: #412901;
}
.BgClassName
{
background-color: #412901;
}
</style>
border-color css
<style>
span { border-color: #412901; }
span { border-color: rgb(65,41,1); }
td.TdClassName
{
border-color: #412901;
}
.TagClassName
{
border-color: #412901;
}
</style>