Shades of Brown Pod #411E0C
Tints of Brown Pod #411E0C
RGB
CMYK
RGB Variations
Color information
#411E0C (or 0x411E0C) is known color: Brown Pod. HEX triplet: 41, 1E and 0C. RGB value is (65,30,12). Sum of RGB (Red+Green+Blue) = 65+30+12=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 30 (12.11% from 255 or 28.04% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #411E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E0C is #BEE1F3. Grayscale: #262626. Windows color (decimal): -12509684 or 794177. OLE color: 794177.
HSL color Cylindrical-coordinate representation of color #411E0C: hue angle of 20.38º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #411E0C is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 30 | 12 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.75 |
| HSL | 20.38º | 0.69% | 0.15% | - |
| HSV(B) | 20.38º | 0.82% | 0.25% | - |
| XYZ | 2.71 | 2.08 | 0.61 | - |
| YUV | 38.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 30 | 12 | 0 | 0.54 | 0.82 | 0.75 | 20.38 | 0.69 | 0.15 |
| Hex | 41 | 1E | C | 0 | 36 | 52 | 4B | 14 | 45 | F |
| Octal | 101 | 36 | 14 | 0 | 66 | 122 | 113 | 24 | 105 | 17 |
| Binary | 1000001 | 11110 | 1100 | 0 | 110110 | 1010010 | 1001011 | 10100 | 1000101 | 1111 |
Color Harmonies of #411E0C
Complementary color
Monochromatic Colors of #411E0C
Black with #411E0C
Text Example
Text Example
White with #411E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411E0C; }
p { color: rgb(65,30,12); }
H1.HeaderClassName
{
color: #411E0C;
}
.AnyTagClassName
{
color: #411E0C;
}
</style>
background-color css
<style>
a { background-color: #411E0C; }
a { background-color: rgb(65,30,12); }
div.DivClassName
{
background-color: #411E0C;
}
.BgClassName
{
background-color: #411E0C;
}
</style>
border-color css
<style>
span { border-color: #411E0C; }
span { border-color: rgb(65,30,12); }
td.TdClassName
{
border-color: #411E0C;
}
.TagClassName
{
border-color: #411E0C;
}
</style>