Shades of Brown Pod #412011
Tints of Brown Pod #412011
RGB
CMYK
RGB Variations
Color information
#412011 (or 0x412011) is known color: Brown Pod. HEX triplet: 41, 20 and 11. RGB value is (65,32,17). Sum of RGB (Red+Green+Blue) = 65+32+17=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #412011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412011 is #BEDFEE. Grayscale: #282828. Windows color (decimal): -12509167 or 1122369. OLE color: 1122369.
HSL color Cylindrical-coordinate representation of color #412011: hue angle of 18.75º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #412011 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 32 | 17 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.75 |
| HSL | 18.75º | 0.59% | 0.16% | - |
| HSV(B) | 18.75º | 0.74% | 0.25% | - |
| XYZ | 2.8 | 2.2 | 0.81 | - |
| YUV | 40.16 | 114.93 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 17 | 0 | 0.51 | 0.74 | 0.75 | 18.75 | 0.59 | 0.16 |
| Hex | 41 | 20 | 11 | 0 | 33 | 4A | 4B | 13 | 3B | 10 |
| Octal | 101 | 40 | 21 | 0 | 63 | 112 | 113 | 23 | 73 | 20 |
| Binary | 1000001 | 100000 | 10001 | 0 | 110011 | 1001010 | 1001011 | 10011 | 111011 | 10000 |
Color Harmonies of #412011
Complementary color
Monochromatic Colors of #412011
Black with #412011
Text Example
Text Example
White with #412011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412011; }
p { color: rgb(65,32,17); }
H1.HeaderClassName
{
color: #412011;
}
.AnyTagClassName
{
color: #412011;
}
</style>
background-color css
<style>
a { background-color: #412011; }
a { background-color: rgb(65,32,17); }
div.DivClassName
{
background-color: #412011;
}
.BgClassName
{
background-color: #412011;
}
</style>
border-color css
<style>
span { border-color: #412011; }
span { border-color: rgb(65,32,17); }
td.TdClassName
{
border-color: #412011;
}
.TagClassName
{
border-color: #412011;
}
</style>