Shades of Cocoa Brown #412304
Tints of Cocoa Brown #412304
RGB
CMYK
RGB Variations
Color information
#412304 (or 0x412304) is known color: Cocoa Brown. HEX triplet: 41, 23 and 04. RGB value is (65,35,4). Sum of RGB (Red+Green+Blue) = 65+35+4=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #412304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412304 is #BEDCFB. Grayscale: #282828. Windows color (decimal): -12508412 or 271169. OLE color: 271169.
HSL color Cylindrical-coordinate representation of color #412304: hue angle of 30.49º 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 #412304 is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 35 | 4 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.75 |
| HSL | 30.49º | 0.88% | 0.14% | - |
| HSV(B) | 30.49º | 0.94% | 0.25% | - |
| XYZ | 2.8 | 2.33 | 0.42 | - |
| YUV | 40.44 | 107.44 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 4 | 0 | 0.46 | 0.94 | 0.75 | 30.49 | 0.88 | 0.14 |
| Hex | 41 | 23 | 4 | 0 | 2E | 5E | 4B | 1E | 58 | E |
| Octal | 101 | 43 | 4 | 0 | 56 | 136 | 113 | 36 | 130 | 16 |
| Binary | 1000001 | 100011 | 100 | 0 | 101110 | 1011110 | 1001011 | 11110 | 1011000 | 1110 |
Color Harmonies of #412304
Complementary color
Monochromatic Colors of #412304
Black with #412304
Text Example
Text Example
White with #412304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412304; }
p { color: rgb(65,35,4); }
H1.HeaderClassName
{
color: #412304;
}
.AnyTagClassName
{
color: #412304;
}
</style>
background-color css
<style>
a { background-color: #412304; }
a { background-color: rgb(65,35,4); }
div.DivClassName
{
background-color: #412304;
}
.BgClassName
{
background-color: #412304;
}
</style>
border-color css
<style>
span { border-color: #412304; }
span { border-color: rgb(65,35,4); }
td.TdClassName
{
border-color: #412304;
}
.TagClassName
{
border-color: #412304;
}
</style>