Shades of Cocoa Brown #412200
Tints of Cocoa Brown #412200
RGB
CMYK
RGB Variations
Color information
#412200 (or 0x412200) is known color: Cocoa Brown. HEX triplet: 41, 22 and 00. RGB value is (65,34,0). Sum of RGB (Red+Green+Blue) = 65+34+0=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #412200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412200 is #BEDDFF. Grayscale: #272727. Windows color (decimal): -12508672 or 8769. OLE color: 8769.
HSL color Cylindrical-coordinate representation of color #412200: hue angle of 31.38º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #412200 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 34 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.75 |
| HSL | 31.38º | 1% | 0.13% | - |
| HSV(B) | 31.38º | 1% | 0.25% | - |
| XYZ | 2.75 | 2.27 | 0.29 | - |
| YUV | 39.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 0 | 0 | 0.48 | 1 | 0.75 | 31.38 | 1 | 0.13 |
| Hex | 41 | 22 | 0 | 0 | 30 | 64 | 4B | 1F | 64 | D |
| Octal | 101 | 42 | 0 | 0 | 60 | 144 | 113 | 37 | 144 | 15 |
| Binary | 1000001 | 100010 | 0 | 0 | 110000 | 1100100 | 1001011 | 11111 | 1100100 | 1101 |
Color Harmonies of #412200
Complementary color
Monochromatic Colors of #412200
Black with #412200
Text Example
Text Example
White with #412200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412200; }
p { color: rgb(65,34,0); }
H1.HeaderClassName
{
color: #412200;
}
.AnyTagClassName
{
color: #412200;
}
</style>
background-color css
<style>
a { background-color: #412200; }
a { background-color: rgb(65,34,0); }
div.DivClassName
{
background-color: #412200;
}
.BgClassName
{
background-color: #412200;
}
</style>
border-color css
<style>
span { border-color: #412200; }
span { border-color: rgb(65,34,0); }
td.TdClassName
{
border-color: #412200;
}
.TagClassName
{
border-color: #412200;
}
</style>