Shades of Cocoa Brown #412502
Tints of Cocoa Brown #412502
RGB
CMYK
RGB Variations
Color information
#412502 (or 0x412502) is known color: Cocoa Brown. HEX triplet: 41, 25 and 02. RGB value is (65,37,2). Sum of RGB (Red+Green+Blue) = 65+37+2=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #412502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412502 is #BEDAFD. Grayscale: #292929. Windows color (decimal): -12507902 or 140609. OLE color: 140609.
HSL color Cylindrical-coordinate representation of color #412502: hue angle of 33.33º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #412502 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 37 | 2 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.75 |
| HSL | 33.33º | 0.94% | 0.13% | - |
| HSV(B) | 33.33º | 0.97% | 0.25% | - |
| XYZ | 2.85 | 2.45 | 0.38 | - |
| YUV | 41.38 | 105.78 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 37 | 2 | 0 | 0.43 | 0.97 | 0.75 | 33.33 | 0.94 | 0.13 |
| Hex | 41 | 25 | 2 | 0 | 2B | 61 | 4B | 21 | 5E | D |
| Octal | 101 | 45 | 2 | 0 | 53 | 141 | 113 | 41 | 136 | 15 |
| Binary | 1000001 | 100101 | 10 | 0 | 101011 | 1100001 | 1001011 | 100001 | 1011110 | 1101 |
Color Harmonies of #412502
Complementary color
Monochromatic Colors of #412502
Black with #412502
Text Example
Text Example
White with #412502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412502; }
p { color: rgb(65,37,2); }
H1.HeaderClassName
{
color: #412502;
}
.AnyTagClassName
{
color: #412502;
}
</style>
background-color css
<style>
a { background-color: #412502; }
a { background-color: rgb(65,37,2); }
div.DivClassName
{
background-color: #412502;
}
.BgClassName
{
background-color: #412502;
}
</style>
border-color css
<style>
span { border-color: #412502; }
span { border-color: rgb(65,37,2); }
td.TdClassName
{
border-color: #412502;
}
.TagClassName
{
border-color: #412502;
}
</style>