Shades of Cocoa Brown #412301
Tints of Cocoa Brown #412301
RGB
CMYK
RGB Variations
Color information
#412301 (or 0x412301) is known color: Cocoa Brown. HEX triplet: 41, 23 and 01. RGB value is (65,35,1). Sum of RGB (Red+Green+Blue) = 65+35+1=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #412301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412301 is #BEDCFE. Grayscale: #282828. Windows color (decimal): -12508415 or 74561. OLE color: 74561.
HSL color Cylindrical-coordinate representation of color #412301: hue angle of 31.88º 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 #412301 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 35 | 1 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.75 |
| HSL | 31.88º | 0.97% | 0.13% | - |
| HSV(B) | 31.88º | 0.98% | 0.25% | - |
| XYZ | 2.79 | 2.33 | 0.33 | - |
| YUV | 40.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 1 | 0 | 0.46 | 0.98 | 0.75 | 31.88 | 0.97 | 0.13 |
| Hex | 41 | 23 | 1 | 0 | 2E | 62 | 4B | 20 | 61 | D |
| Octal | 101 | 43 | 1 | 0 | 56 | 142 | 113 | 40 | 141 | 15 |
| Binary | 1000001 | 100011 | 1 | 0 | 101110 | 1100010 | 1001011 | 100000 | 1100001 | 1101 |
Color Harmonies of #412301
Complementary color
Monochromatic Colors of #412301
Black with #412301
Text Example
Text Example
White with #412301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412301; }
p { color: rgb(65,35,1); }
H1.HeaderClassName
{
color: #412301;
}
.AnyTagClassName
{
color: #412301;
}
</style>
background-color css
<style>
a { background-color: #412301; }
a { background-color: rgb(65,35,1); }
div.DivClassName
{
background-color: #412301;
}
.BgClassName
{
background-color: #412301;
}
</style>
border-color css
<style>
span { border-color: #412301; }
span { border-color: rgb(65,35,1); }
td.TdClassName
{
border-color: #412301;
}
.TagClassName
{
border-color: #412301;
}
</style>