Shades of Brown Pod #44190E
Tints of Brown Pod #44190E
RGB
CMYK
RGB Variations
Color information
#44190E (or 0x44190E) is known color: Brown Pod. HEX triplet: 44, 19 and 0E. RGB value is (68,25,14). Sum of RGB (Red+Green+Blue) = 68+25+14=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #44190E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44190E is #BBE6F1. Grayscale: #242424. Windows color (decimal): -12314354 or 923972. OLE color: 923972.
HSL color Cylindrical-coordinate representation of color #44190E: hue angle of 12.22º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #44190E is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 25 | 14 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.73 |
| HSL | 12.22º | 0.66% | 0.16% | - |
| HSV(B) | 12.22º | 0.79% | 0.27% | - |
| XYZ | 2.81 | 1.96 | 0.64 | - |
| YUV | 36.6 | 115.25 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 14 | 0 | 0.63 | 0.79 | 0.73 | 12.22 | 0.66 | 0.16 |
| Hex | 44 | 19 | E | 0 | 3F | 4F | 49 | C | 42 | 10 |
| Octal | 104 | 31 | 16 | 0 | 77 | 117 | 111 | 14 | 102 | 20 |
| Binary | 1000100 | 11001 | 1110 | 0 | 111111 | 1001111 | 1001001 | 1100 | 1000010 | 10000 |
Color Harmonies of #44190E
Complementary color
Monochromatic Colors of #44190E
Black with #44190E
Text Example
Text Example
White with #44190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44190E; }
p { color: rgb(68,25,14); }
H1.HeaderClassName
{
color: #44190E;
}
.AnyTagClassName
{
color: #44190E;
}
</style>
background-color css
<style>
a { background-color: #44190E; }
a { background-color: rgb(68,25,14); }
div.DivClassName
{
background-color: #44190E;
}
.BgClassName
{
background-color: #44190E;
}
</style>
border-color css
<style>
span { border-color: #44190E; }
span { border-color: rgb(68,25,14); }
td.TdClassName
{
border-color: #44190E;
}
.TagClassName
{
border-color: #44190E;
}
</style>