Shades of Brown Pod #411F0A
Tints of Brown Pod #411F0A
RGB
CMYK
RGB Variations
Color information
#411F0A (or 0x411F0A) is known color: Brown Pod. HEX triplet: 41, 1F and 0A. RGB value is (65,31,10). Sum of RGB (Red+Green+Blue) = 65+31+10=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #411F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F0A is #BEE0F5. Grayscale: #262626. Windows color (decimal): -12509430 or 663361. OLE color: 663361.
HSL color Cylindrical-coordinate representation of color #411F0A: hue angle of 22.91º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #411F0A is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 31 | 10 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.75 |
| HSL | 22.91º | 0.73% | 0.15% | - |
| HSV(B) | 22.91º | 0.85% | 0.25% | - |
| XYZ | 2.72 | 2.13 | 0.55 | - |
| YUV | 38.77 | 111.76 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 10 | 0 | 0.52 | 0.85 | 0.75 | 22.91 | 0.73 | 0.15 |
| Hex | 41 | 1F | A | 0 | 34 | 55 | 4B | 17 | 49 | F |
| Octal | 101 | 37 | 12 | 0 | 64 | 125 | 113 | 27 | 111 | 17 |
| Binary | 1000001 | 11111 | 1010 | 0 | 110100 | 1010101 | 1001011 | 10111 | 1001001 | 1111 |
Color Harmonies of #411F0A
Complementary color
Monochromatic Colors of #411F0A
Black with #411F0A
Text Example
Text Example
White with #411F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411F0A; }
p { color: rgb(65,31,10); }
H1.HeaderClassName
{
color: #411F0A;
}
.AnyTagClassName
{
color: #411F0A;
}
</style>
background-color css
<style>
a { background-color: #411F0A; }
a { background-color: rgb(65,31,10); }
div.DivClassName
{
background-color: #411F0A;
}
.BgClassName
{
background-color: #411F0A;
}
</style>
border-color css
<style>
span { border-color: #411F0A; }
span { border-color: rgb(65,31,10); }
td.TdClassName
{
border-color: #411F0A;
}
.TagClassName
{
border-color: #411F0A;
}
</style>