Shades of Brown Pod #411A08
Tints of Brown Pod #411A08
RGB
CMYK
RGB Variations
Color information
#411A08 (or 0x411A08) is known color: Brown Pod. HEX triplet: 41, 1A and 08. RGB value is (65,26,8). Sum of RGB (Red+Green+Blue) = 65+26+8=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #411A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411A08 is #BEE5F7. Grayscale: #232323. Windows color (decimal): -12510712 or 531009. OLE color: 531009.
HSL color Cylindrical-coordinate representation of color #411A08: hue angle of 18.95º 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 #411A08 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 26 | 8 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.75 |
| HSL | 18.95º | 0.78% | 0.14% | - |
| HSV(B) | 18.95º | 0.88% | 0.25% | - |
| XYZ | 2.59 | 1.88 | 0.46 | - |
| YUV | 35.61 | 112.42 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 8 | 0 | 0.60 | 0.88 | 0.75 | 18.95 | 0.78 | 0.14 |
| Hex | 41 | 1A | 8 | 0 | 3C | 58 | 4B | 13 | 4E | E |
| Octal | 101 | 32 | 10 | 0 | 74 | 130 | 113 | 23 | 116 | 16 |
| Binary | 1000001 | 11010 | 1000 | 0 | 111100 | 1011000 | 1001011 | 10011 | 1001110 | 1110 |
Color Harmonies of #411A08
Complementary color
Monochromatic Colors of #411A08
Black with #411A08
Text Example
Text Example
White with #411A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411A08; }
p { color: rgb(65,26,8); }
H1.HeaderClassName
{
color: #411A08;
}
.AnyTagClassName
{
color: #411A08;
}
</style>
background-color css
<style>
a { background-color: #411A08; }
a { background-color: rgb(65,26,8); }
div.DivClassName
{
background-color: #411A08;
}
.BgClassName
{
background-color: #411A08;
}
</style>
border-color css
<style>
span { border-color: #411A08; }
span { border-color: rgb(65,26,8); }
td.TdClassName
{
border-color: #411A08;
}
.TagClassName
{
border-color: #411A08;
}
</style>