Shades of Cocoa Brown #412605
Tints of Cocoa Brown #412605
RGB
CMYK
RGB Variations
Color information
#412605 (or 0x412605) is known color: Cocoa Brown. HEX triplet: 41, 26 and 05. RGB value is (65,38,5). Sum of RGB (Red+Green+Blue) = 65+38+5=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #412605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412605 is #BED9FA. Grayscale: #2A2A2A. Windows color (decimal): -12507643 or 337473. OLE color: 337473.
HSL color Cylindrical-coordinate representation of color #412605: hue angle of 33º 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 #412605 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 38 | 5 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.75 |
| HSL | 33º | 0.86% | 0.14% | - |
| HSV(B) | 33º | 0.92% | 0.25% | - |
| XYZ | 2.9 | 2.52 | 0.48 | - |
| YUV | 42.31 | 106.95 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 38 | 5 | 0 | 0.42 | 0.92 | 0.75 | 33 | 0.86 | 0.14 |
| Hex | 41 | 26 | 5 | 0 | 2A | 5C | 4B | 21 | 56 | E |
| Octal | 101 | 46 | 5 | 0 | 52 | 134 | 113 | 41 | 126 | 16 |
| Binary | 1000001 | 100110 | 101 | 0 | 101010 | 1011100 | 1001011 | 100001 | 1010110 | 1110 |
Color Harmonies of #412605
Complementary color
Monochromatic Colors of #412605
Black with #412605
Text Example
Text Example
White with #412605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412605; }
p { color: rgb(65,38,5); }
H1.HeaderClassName
{
color: #412605;
}
.AnyTagClassName
{
color: #412605;
}
</style>
background-color css
<style>
a { background-color: #412605; }
a { background-color: rgb(65,38,5); }
div.DivClassName
{
background-color: #412605;
}
.BgClassName
{
background-color: #412605;
}
</style>
border-color css
<style>
span { border-color: #412605; }
span { border-color: rgb(65,38,5); }
td.TdClassName
{
border-color: #412605;
}
.TagClassName
{
border-color: #412605;
}
</style>