Shades of Brown Pod #441F19
Tints of Brown Pod #441F19
RGB
CMYK
RGB Variations
Color information
#441F19 (or 0x441F19) is known color: Brown Pod. HEX triplet: 44, 1F and 19. RGB value is (68,31,25). Sum of RGB (Red+Green+Blue) = 68+31+25=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #441F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441F19 is #BBE0E6. Grayscale: #292929. Windows color (decimal): -12312807 or 1646404. OLE color: 1646404.
HSL color Cylindrical-coordinate representation of color #441F19: hue angle of 8.37º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #441F19 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 31 | 25 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.73 |
| HSL | 8.37º | 0.46% | 0.18% | - |
| HSV(B) | 8.37º | 0.63% | 0.27% | - |
| XYZ | 3.05 | 2.28 | 1.2 | - |
| YUV | 41.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 25 | 0 | 0.54 | 0.63 | 0.73 | 8.37 | 0.46 | 0.18 |
| Hex | 44 | 1F | 19 | 0 | 36 | 3F | 49 | 8 | 2E | 12 |
| Octal | 104 | 37 | 31 | 0 | 66 | 77 | 111 | 10 | 56 | 22 |
| Binary | 1000100 | 11111 | 11001 | 0 | 110110 | 111111 | 1001001 | 1000 | 101110 | 10010 |
Color Harmonies of #441F19
Complementary color
Monochromatic Colors of #441F19
Black with #441F19
Text Example
Text Example
White with #441F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441F19; }
p { color: rgb(68,31,25); }
H1.HeaderClassName
{
color: #441F19;
}
.AnyTagClassName
{
color: #441F19;
}
</style>
background-color css
<style>
a { background-color: #441F19; }
a { background-color: rgb(68,31,25); }
div.DivClassName
{
background-color: #441F19;
}
.BgClassName
{
background-color: #441F19;
}
</style>
border-color css
<style>
span { border-color: #441F19; }
span { border-color: rgb(68,31,25); }
td.TdClassName
{
border-color: #441F19;
}
.TagClassName
{
border-color: #441F19;
}
</style>