Shades of Brown Pod #44190F
Tints of Brown Pod #44190F
RGB
CMYK
RGB Variations
Color information
#44190F (or 0x44190F) is known color: Brown Pod. HEX triplet: 44, 19 and 0F. RGB value is (68,25,15). Sum of RGB (Red+Green+Blue) = 68+25+15=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #44190F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44190F is #BBE6F0. Grayscale: #242424. Windows color (decimal): -12314353 or 989508. OLE color: 989508.
HSL color Cylindrical-coordinate representation of color #44190F: hue angle of 11.32º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44190F is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 25 | 15 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.73 |
| HSL | 11.32º | 0.64% | 0.16% | - |
| HSV(B) | 11.32º | 0.78% | 0.27% | - |
| XYZ | 2.82 | 1.96 | 0.68 | - |
| YUV | 36.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 15 | 0 | 0.63 | 0.78 | 0.73 | 11.32 | 0.64 | 0.16 |
| Hex | 44 | 19 | F | 0 | 3F | 4E | 49 | B | 40 | 10 |
| Octal | 104 | 31 | 17 | 0 | 77 | 116 | 111 | 13 | 100 | 20 |
| Binary | 1000100 | 11001 | 1111 | 0 | 111111 | 1001110 | 1001001 | 1011 | 1000000 | 10000 |
Color Harmonies of #44190F
Complementary color
Monochromatic Colors of #44190F
Black with #44190F
Text Example
Text Example
White with #44190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44190F; }
p { color: rgb(68,25,15); }
H1.HeaderClassName
{
color: #44190F;
}
.AnyTagClassName
{
color: #44190F;
}
</style>
background-color css
<style>
a { background-color: #44190F; }
a { background-color: rgb(68,25,15); }
div.DivClassName
{
background-color: #44190F;
}
.BgClassName
{
background-color: #44190F;
}
</style>
border-color css
<style>
span { border-color: #44190F; }
span { border-color: rgb(68,25,15); }
td.TdClassName
{
border-color: #44190F;
}
.TagClassName
{
border-color: #44190F;
}
</style>