Shades of Brown Pod #411E08
Tints of Brown Pod #411E08
RGB
CMYK
RGB Variations
Color information
#411E08 (or 0x411E08) is known color: Brown Pod. HEX triplet: 41, 1E and 08. RGB value is (65,30,8). Sum of RGB (Red+Green+Blue) = 65+30+8=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #411E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E08 is #BEE1F7. Grayscale: #262626. Windows color (decimal): -12509688 or 532033. OLE color: 532033.
HSL color Cylindrical-coordinate representation of color #411E08: hue angle of 23.16º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411E08 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 30 | 8 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.75 |
| HSL | 23.16º | 0.78% | 0.14% | - |
| HSV(B) | 23.16º | 0.88% | 0.25% | - |
| XYZ | 2.69 | 2.07 | 0.49 | - |
| YUV | 37.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 30 | 8 | 0 | 0.54 | 0.88 | 0.75 | 23.16 | 0.78 | 0.14 |
| Hex | 41 | 1E | 8 | 0 | 36 | 58 | 4B | 17 | 4E | E |
| Octal | 101 | 36 | 10 | 0 | 66 | 130 | 113 | 27 | 116 | 16 |
| Binary | 1000001 | 11110 | 1000 | 0 | 110110 | 1011000 | 1001011 | 10111 | 1001110 | 1110 |
Color Harmonies of #411E08
Complementary color
Monochromatic Colors of #411E08
Black with #411E08
Text Example
Text Example
White with #411E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411E08; }
p { color: rgb(65,30,8); }
H1.HeaderClassName
{
color: #411E08;
}
.AnyTagClassName
{
color: #411E08;
}
</style>
background-color css
<style>
a { background-color: #411E08; }
a { background-color: rgb(65,30,8); }
div.DivClassName
{
background-color: #411E08;
}
.BgClassName
{
background-color: #411E08;
}
</style>
border-color css
<style>
span { border-color: #411E08; }
span { border-color: rgb(65,30,8); }
td.TdClassName
{
border-color: #411E08;
}
.TagClassName
{
border-color: #411E08;
}
</style>