Shades of Cocoa Brown #412704
Tints of Cocoa Brown #412704
RGB
CMYK
RGB Variations
Color information
#412704 (or 0x412704) is known color: Cocoa Brown. HEX triplet: 41, 27 and 04. RGB value is (65,39,4). Sum of RGB (Red+Green+Blue) = 65+39+4=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #412704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412704 is #BED8FB. Grayscale: #2A2A2A. Windows color (decimal): -12507388 or 272193. OLE color: 272193.
HSL color Cylindrical-coordinate representation of color #412704: hue angle of 34.43º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #412704 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 39 | 4 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.75 |
| HSL | 34.43º | 0.88% | 0.14% | - |
| HSV(B) | 34.43º | 0.94% | 0.25% | - |
| XYZ | 2.93 | 2.58 | 0.46 | - |
| YUV | 42.78 | 106.11 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 39 | 4 | 0 | 0.40 | 0.94 | 0.75 | 34.43 | 0.88 | 0.14 |
| Hex | 41 | 27 | 4 | 0 | 28 | 5E | 4B | 22 | 58 | E |
| Octal | 101 | 47 | 4 | 0 | 50 | 136 | 113 | 42 | 130 | 16 |
| Binary | 1000001 | 100111 | 100 | 0 | 101000 | 1011110 | 1001011 | 100010 | 1011000 | 1110 |
Color Harmonies of #412704
Complementary color
Monochromatic Colors of #412704
Black with #412704
Text Example
Text Example
White with #412704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412704; }
p { color: rgb(65,39,4); }
H1.HeaderClassName
{
color: #412704;
}
.AnyTagClassName
{
color: #412704;
}
</style>
background-color css
<style>
a { background-color: #412704; }
a { background-color: rgb(65,39,4); }
div.DivClassName
{
background-color: #412704;
}
.BgClassName
{
background-color: #412704;
}
</style>
border-color css
<style>
span { border-color: #412704; }
span { border-color: rgb(65,39,4); }
td.TdClassName
{
border-color: #412704;
}
.TagClassName
{
border-color: #412704;
}
</style>