Shades of Brown Pod #411C18
Tints of Brown Pod #411C18
RGB
CMYK
RGB Variations
Color information
#411C18 (or 0x411C18) is known color: Brown Pod. HEX triplet: 41, 1C and 18. RGB value is (65,28,24). Sum of RGB (Red+Green+Blue) = 65+28+24=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #411C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C18 is #BEE3E7. Grayscale: #262626. Windows color (decimal): -12510184 or 1580097. OLE color: 1580097.
HSL color Cylindrical-coordinate representation of color #411C18: hue angle of 5.85º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #411C18 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 28 | 24 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.75 |
| HSL | 5.85º | 0.46% | 0.17% | - |
| HSV(B) | 5.85º | 0.63% | 0.25% | - |
| XYZ | 2.76 | 2.02 | 1.11 | - |
| YUV | 38.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 24 | 0 | 0.57 | 0.63 | 0.75 | 5.85 | 0.46 | 0.17 |
| Hex | 41 | 1C | 18 | 0 | 39 | 3F | 4B | 6 | 2E | 11 |
| Octal | 101 | 34 | 30 | 0 | 71 | 77 | 113 | 6 | 56 | 21 |
| Binary | 1000001 | 11100 | 11000 | 0 | 111001 | 111111 | 1001011 | 110 | 101110 | 10001 |
Color Harmonies of #411C18
Complementary color
Monochromatic Colors of #411C18
Black with #411C18
Text Example
Text Example
White with #411C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C18; }
p { color: rgb(65,28,24); }
H1.HeaderClassName
{
color: #411C18;
}
.AnyTagClassName
{
color: #411C18;
}
</style>
background-color css
<style>
a { background-color: #411C18; }
a { background-color: rgb(65,28,24); }
div.DivClassName
{
background-color: #411C18;
}
.BgClassName
{
background-color: #411C18;
}
</style>
border-color css
<style>
span { border-color: #411C18; }
span { border-color: rgb(65,28,24); }
td.TdClassName
{
border-color: #411C18;
}
.TagClassName
{
border-color: #411C18;
}
</style>