Shades of Brown Pod #411A12
Tints of Brown Pod #411A12
RGB
CMYK
RGB Variations
Color information
#411A12 (or 0x411A12) is known color: Brown Pod. HEX triplet: 41, 1A and 12. RGB value is (65,26,18). Sum of RGB (Red+Green+Blue) = 65+26+18=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #411A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411A12 is #BEE5ED. Grayscale: #242424. Windows color (decimal): -12510702 or 1186369. OLE color: 1186369.
HSL color Cylindrical-coordinate representation of color #411A12: hue angle of 10.21º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #411A12 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 26 | 18 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.75 |
| HSL | 10.21º | 0.57% | 0.16% | - |
| HSV(B) | 10.21º | 0.72% | 0.25% | - |
| XYZ | 2.66 | 1.91 | 0.8 | - |
| YUV | 36.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 18 | 0 | 0.60 | 0.72 | 0.75 | 10.21 | 0.57 | 0.16 |
| Hex | 41 | 1A | 12 | 0 | 3C | 48 | 4B | A | 39 | 10 |
| Octal | 101 | 32 | 22 | 0 | 74 | 110 | 113 | 12 | 71 | 20 |
| Binary | 1000001 | 11010 | 10010 | 0 | 111100 | 1001000 | 1001011 | 1010 | 111001 | 10000 |
Color Harmonies of #411A12
Complementary color
Monochromatic Colors of #411A12
Black with #411A12
Text Example
Text Example
White with #411A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411A12; }
p { color: rgb(65,26,18); }
H1.HeaderClassName
{
color: #411A12;
}
.AnyTagClassName
{
color: #411A12;
}
</style>
background-color css
<style>
a { background-color: #411A12; }
a { background-color: rgb(65,26,18); }
div.DivClassName
{
background-color: #411A12;
}
.BgClassName
{
background-color: #411A12;
}
</style>
border-color css
<style>
span { border-color: #411A12; }
span { border-color: rgb(65,26,18); }
td.TdClassName
{
border-color: #411A12;
}
.TagClassName
{
border-color: #411A12;
}
</style>