Shades of Cocoa Brown #412405
Tints of Cocoa Brown #412405
RGB
CMYK
RGB Variations
Color information
#412405 (or 0x412405) is known color: Cocoa Brown. HEX triplet: 41, 24 and 05. RGB value is (65,36,5). Sum of RGB (Red+Green+Blue) = 65+36+5=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #412405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412405 is #BEDBFA. Grayscale: #292929. Windows color (decimal): -12508155 or 336961. OLE color: 336961.
HSL color Cylindrical-coordinate representation of color #412405: hue angle of 31º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #412405 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 36 | 5 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.75 |
| HSL | 31º | 0.86% | 0.14% | - |
| HSV(B) | 31º | 0.92% | 0.25% | - |
| XYZ | 2.84 | 2.4 | 0.46 | - |
| YUV | 41.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 36 | 5 | 0 | 0.45 | 0.92 | 0.75 | 31 | 0.86 | 0.14 |
| Hex | 41 | 24 | 5 | 0 | 2D | 5C | 4B | 1F | 56 | E |
| Octal | 101 | 44 | 5 | 0 | 55 | 134 | 113 | 37 | 126 | 16 |
| Binary | 1000001 | 100100 | 101 | 0 | 101101 | 1011100 | 1001011 | 11111 | 1010110 | 1110 |
Color Harmonies of #412405
Complementary color
Monochromatic Colors of #412405
Black with #412405
Text Example
Text Example
White with #412405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412405; }
p { color: rgb(65,36,5); }
H1.HeaderClassName
{
color: #412405;
}
.AnyTagClassName
{
color: #412405;
}
</style>
background-color css
<style>
a { background-color: #412405; }
a { background-color: rgb(65,36,5); }
div.DivClassName
{
background-color: #412405;
}
.BgClassName
{
background-color: #412405;
}
</style>
border-color css
<style>
span { border-color: #412405; }
span { border-color: rgb(65,36,5); }
td.TdClassName
{
border-color: #412405;
}
.TagClassName
{
border-color: #412405;
}
</style>