Shades of Brown Pod #441F18
Tints of Brown Pod #441F18
RGB
CMYK
RGB Variations
Color information
#441F18 (or 0x441F18) is known color: Brown Pod. HEX triplet: 44, 1F and 18. RGB value is (68,31,24). Sum of RGB (Red+Green+Blue) = 68+31+24=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #441F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441F18 is #BBE0E7. Grayscale: #292929. Windows color (decimal): -12312808 or 1580868. OLE color: 1580868.
HSL color Cylindrical-coordinate representation of color #441F18: hue angle of 9.55º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #441F18 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 31 | 24 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.73 |
| HSL | 9.55º | 0.48% | 0.18% | - |
| HSV(B) | 9.55º | 0.65% | 0.27% | - |
| XYZ | 3.04 | 2.27 | 1.14 | - |
| YUV | 41.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 24 | 0 | 0.54 | 0.65 | 0.73 | 9.55 | 0.48 | 0.18 |
| Hex | 44 | 1F | 18 | 0 | 36 | 41 | 49 | A | 30 | 12 |
| Octal | 104 | 37 | 30 | 0 | 66 | 101 | 111 | 12 | 60 | 22 |
| Binary | 1000100 | 11111 | 11000 | 0 | 110110 | 1000001 | 1001001 | 1010 | 110000 | 10010 |
Color Harmonies of #441F18
Complementary color
Monochromatic Colors of #441F18
Black with #441F18
Text Example
Text Example
White with #441F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441F18; }
p { color: rgb(68,31,24); }
H1.HeaderClassName
{
color: #441F18;
}
.AnyTagClassName
{
color: #441F18;
}
</style>
background-color css
<style>
a { background-color: #441F18; }
a { background-color: rgb(68,31,24); }
div.DivClassName
{
background-color: #441F18;
}
.BgClassName
{
background-color: #441F18;
}
</style>
border-color css
<style>
span { border-color: #441F18; }
span { border-color: rgb(68,31,24); }
td.TdClassName
{
border-color: #441F18;
}
.TagClassName
{
border-color: #441F18;
}
</style>