Shades of Cocoa Brown #412503
Tints of Cocoa Brown #412503
RGB
CMYK
RGB Variations
Color information
#412503 (or 0x412503) is known color: Cocoa Brown. HEX triplet: 41, 25 and 03. RGB value is (65,37,3). Sum of RGB (Red+Green+Blue) = 65+37+3=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 3 (1.56% from 255 or 2.86% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #412503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412503 is #BEDAFC. Grayscale: #292929. Windows color (decimal): -12507901 or 206145. OLE color: 206145.
HSL color Cylindrical-coordinate representation of color #412503: hue angle of 32.9º 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 #412503 is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 37 | 3 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.75 |
| HSL | 32.9º | 0.91% | 0.13% | - |
| HSV(B) | 32.9º | 0.95% | 0.25% | - |
| XYZ | 2.86 | 2.45 | 0.41 | - |
| YUV | 41.5 | 106.28 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 37 | 3 | 0 | 0.43 | 0.95 | 0.75 | 32.9 | 0.91 | 0.13 |
| Hex | 41 | 25 | 3 | 0 | 2B | 5F | 4B | 21 | 5B | D |
| Octal | 101 | 45 | 3 | 0 | 53 | 137 | 113 | 41 | 133 | 15 |
| Binary | 1000001 | 100101 | 11 | 0 | 101011 | 1011111 | 1001011 | 100001 | 1011011 | 1101 |
Color Harmonies of #412503
Complementary color
Monochromatic Colors of #412503
Black with #412503
Text Example
Text Example
White with #412503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412503; }
p { color: rgb(65,37,3); }
H1.HeaderClassName
{
color: #412503;
}
.AnyTagClassName
{
color: #412503;
}
</style>
background-color css
<style>
a { background-color: #412503; }
a { background-color: rgb(65,37,3); }
div.DivClassName
{
background-color: #412503;
}
.BgClassName
{
background-color: #412503;
}
</style>
border-color css
<style>
span { border-color: #412503; }
span { border-color: rgb(65,37,3); }
td.TdClassName
{
border-color: #412503;
}
.TagClassName
{
border-color: #412503;
}
</style>