Shades of Brown Pod #411C13
Tints of Brown Pod #411C13
RGB
CMYK
RGB Variations
Color information
#411C13 (or 0x411C13) is known color: Brown Pod. HEX triplet: 41, 1C and 13. RGB value is (65,28,19). Sum of RGB (Red+Green+Blue) = 65+28+19=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #411C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C13 is #BEE3EC. Grayscale: #262626. Windows color (decimal): -12510189 or 1252417. OLE color: 1252417.
HSL color Cylindrical-coordinate representation of color #411C13: hue angle of 11.74º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #411C13 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 28 | 19 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.75 |
| HSL | 11.74º | 0.55% | 0.16% | - |
| HSV(B) | 11.74º | 0.71% | 0.25% | - |
| XYZ | 2.71 | 2 | 0.86 | - |
| YUV | 38.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 19 | 0 | 0.57 | 0.71 | 0.75 | 11.74 | 0.55 | 0.16 |
| Hex | 41 | 1C | 13 | 0 | 39 | 47 | 4B | C | 37 | 10 |
| Octal | 101 | 34 | 23 | 0 | 71 | 107 | 113 | 14 | 67 | 20 |
| Binary | 1000001 | 11100 | 10011 | 0 | 111001 | 1000111 | 1001011 | 1100 | 110111 | 10000 |
Color Harmonies of #411C13
Complementary color
Monochromatic Colors of #411C13
Black with #411C13
Text Example
Text Example
White with #411C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C13; }
p { color: rgb(65,28,19); }
H1.HeaderClassName
{
color: #411C13;
}
.AnyTagClassName
{
color: #411C13;
}
</style>
background-color css
<style>
a { background-color: #411C13; }
a { background-color: rgb(65,28,19); }
div.DivClassName
{
background-color: #411C13;
}
.BgClassName
{
background-color: #411C13;
}
</style>
border-color css
<style>
span { border-color: #411C13; }
span { border-color: rgb(65,28,19); }
td.TdClassName
{
border-color: #411C13;
}
.TagClassName
{
border-color: #411C13;
}
</style>