Shades of Brown Pod #441F16
Tints of Brown Pod #441F16
RGB
CMYK
RGB Variations
Color information
#441F16 (or 0x441F16) is known color: Brown Pod. HEX triplet: 44, 1F and 16. RGB value is (68,31,22). Sum of RGB (Red+Green+Blue) = 68+31+22=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #441F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441F16 is #BBE0E9. Grayscale: #292929. Windows color (decimal): -12312810 or 1449796. OLE color: 1449796.
HSL color Cylindrical-coordinate representation of color #441F16: hue angle of 11.74º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #441F16 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 31 | 22 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.73 |
| HSL | 11.74º | 0.51% | 0.18% | - |
| HSV(B) | 11.74º | 0.68% | 0.27% | - |
| XYZ | 3.02 | 2.27 | 1.04 | - |
| YUV | 41.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 22 | 0 | 0.54 | 0.68 | 0.73 | 11.74 | 0.51 | 0.18 |
| Hex | 44 | 1F | 16 | 0 | 36 | 44 | 49 | C | 33 | 12 |
| Octal | 104 | 37 | 26 | 0 | 66 | 104 | 111 | 14 | 63 | 22 |
| Binary | 1000100 | 11111 | 10110 | 0 | 110110 | 1000100 | 1001001 | 1100 | 110011 | 10010 |
Color Harmonies of #441F16
Complementary color
Monochromatic Colors of #441F16
Black with #441F16
Text Example
Text Example
White with #441F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441F16; }
p { color: rgb(68,31,22); }
H1.HeaderClassName
{
color: #441F16;
}
.AnyTagClassName
{
color: #441F16;
}
</style>
background-color css
<style>
a { background-color: #441F16; }
a { background-color: rgb(68,31,22); }
div.DivClassName
{
background-color: #441F16;
}
.BgClassName
{
background-color: #441F16;
}
</style>
border-color css
<style>
span { border-color: #441F16; }
span { border-color: rgb(68,31,22); }
td.TdClassName
{
border-color: #441F16;
}
.TagClassName
{
border-color: #441F16;
}
</style>