Shades of Cocoa Brown #412903
Tints of Cocoa Brown #412903
RGB
CMYK
RGB Variations
Color information
#412903 (or 0x412903) is known color: Cocoa Brown. HEX triplet: 41, 29 and 03. RGB value is (65,41,3). Sum of RGB (Red+Green+Blue) = 65+41+3=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #412903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412903 is #BED6FC. Grayscale: #2C2C2C. Windows color (decimal): -12506877 or 207169. OLE color: 207169.
HSL color Cylindrical-coordinate representation of color #412903: hue angle of 36.77º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #412903 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 41 | 3 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.75 |
| HSL | 36.77º | 0.91% | 0.13% | - |
| HSV(B) | 36.77º | 0.95% | 0.25% | - |
| XYZ | 2.99 | 2.72 | 0.45 | - |
| YUV | 43.84 | 104.95 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 3 | 0 | 0.37 | 0.95 | 0.75 | 36.77 | 0.91 | 0.13 |
| Hex | 41 | 29 | 3 | 0 | 25 | 5F | 4B | 25 | 5B | D |
| Octal | 101 | 51 | 3 | 0 | 45 | 137 | 113 | 45 | 133 | 15 |
| Binary | 1000001 | 101001 | 11 | 0 | 100101 | 1011111 | 1001011 | 100101 | 1011011 | 1101 |
Color Harmonies of #412903
Complementary color
Monochromatic Colors of #412903
Black with #412903
Text Example
Text Example
White with #412903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412903; }
p { color: rgb(65,41,3); }
H1.HeaderClassName
{
color: #412903;
}
.AnyTagClassName
{
color: #412903;
}
</style>
background-color css
<style>
a { background-color: #412903; }
a { background-color: rgb(65,41,3); }
div.DivClassName
{
background-color: #412903;
}
.BgClassName
{
background-color: #412903;
}
</style>
border-color css
<style>
span { border-color: #412903; }
span { border-color: rgb(65,41,3); }
td.TdClassName
{
border-color: #412903;
}
.TagClassName
{
border-color: #412903;
}
</style>