Shades of Brown Pod #411C0D
Tints of Brown Pod #411C0D
RGB
CMYK
RGB Variations
Color information
#411C0D (or 0x411C0D) is known color: Brown Pod. HEX triplet: 41, 1C and 0D. RGB value is (65,28,13). Sum of RGB (Red+Green+Blue) = 65+28+13=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #411C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C0D is #BEE3F2. Grayscale: #252525. Windows color (decimal): -12510195 or 859201. OLE color: 859201.
HSL color Cylindrical-coordinate representation of color #411C0D: hue angle of 17.31º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #411C0D is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 28 | 13 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.75 |
| HSL | 17.31º | 0.67% | 0.15% | - |
| HSV(B) | 17.31º | 0.8% | 0.25% | - |
| XYZ | 2.67 | 1.98 | 0.62 | - |
| YUV | 37.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 13 | 0 | 0.57 | 0.80 | 0.75 | 17.31 | 0.67 | 0.15 |
| Hex | 41 | 1C | D | 0 | 39 | 50 | 4B | 11 | 43 | F |
| Octal | 101 | 34 | 15 | 0 | 71 | 120 | 113 | 21 | 103 | 17 |
| Binary | 1000001 | 11100 | 1101 | 0 | 111001 | 1010000 | 1001011 | 10001 | 1000011 | 1111 |
Color Harmonies of #411C0D
Complementary color
Monochromatic Colors of #411C0D
Black with #411C0D
Text Example
Text Example
White with #411C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C0D; }
p { color: rgb(65,28,13); }
H1.HeaderClassName
{
color: #411C0D;
}
.AnyTagClassName
{
color: #411C0D;
}
</style>
background-color css
<style>
a { background-color: #411C0D; }
a { background-color: rgb(65,28,13); }
div.DivClassName
{
background-color: #411C0D;
}
.BgClassName
{
background-color: #411C0D;
}
</style>
border-color css
<style>
span { border-color: #411C0D; }
span { border-color: rgb(65,28,13); }
td.TdClassName
{
border-color: #411C0D;
}
.TagClassName
{
border-color: #411C0D;
}
</style>