Shades of Brown Pod #411A00
Tints of Brown Pod #411A00
RGB
CMYK
RGB Variations
Color information
#411A00 (or 0x411A00) is known color: Brown Pod. HEX triplet: 41, 1A and 00. RGB value is (65,26,0). Sum of RGB (Red+Green+Blue) = 65+26+0=91 (12% of max value = 765). Red value is 65 (25.78% from 255 or 71.43% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 65 - color contains mainly: red. Hex color #411A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411A00 is #BEE5FF. Grayscale: #222222. Windows color (decimal): -12510720 or 6721. OLE color: 6721.
HSL color Cylindrical-coordinate representation of color #411A00: hue angle of 24º 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 #411A00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 26 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.75 |
| HSL | 24º | 1% | 0.13% | - |
| HSV(B) | 24º | 1% | 0.25% | - |
| XYZ | 2.55 | 1.86 | 0.23 | - |
| YUV | 34.7 | 108.42 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 0 | 0 | 0.60 | 1 | 0.75 | 24 | 1 | 0.13 |
| Hex | 41 | 1A | 0 | 0 | 3C | 64 | 4B | 18 | 64 | D |
| Octal | 101 | 32 | 0 | 0 | 74 | 144 | 113 | 30 | 144 | 15 |
| Binary | 1000001 | 11010 | 0 | 0 | 111100 | 1100100 | 1001011 | 11000 | 1100100 | 1101 |
Color Harmonies of #411A00
Complementary color
Monochromatic Colors of #411A00
Black with #411A00
Text Example
Text Example
White with #411A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411A00; }
p { color: rgb(65,26,0); }
H1.HeaderClassName
{
color: #411A00;
}
.AnyTagClassName
{
color: #411A00;
}
</style>
background-color css
<style>
a { background-color: #411A00; }
a { background-color: rgb(65,26,0); }
div.DivClassName
{
background-color: #411A00;
}
.BgClassName
{
background-color: #411A00;
}
</style>
border-color css
<style>
span { border-color: #411A00; }
span { border-color: rgb(65,26,0); }
td.TdClassName
{
border-color: #411A00;
}
.TagClassName
{
border-color: #411A00;
}
</style>