Shades of Brown Pod #441913
Tints of Brown Pod #441913
RGB
CMYK
RGB Variations
Color information
#441913 (or 0x441913) is known color: Brown Pod. HEX triplet: 44, 19 and 13. RGB value is (68,25,19). Sum of RGB (Red+Green+Blue) = 68+25+19=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #441913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441913 is #BBE6EC. Grayscale: #252525. Windows color (decimal): -12314349 or 1251652. OLE color: 1251652.
HSL color Cylindrical-coordinate representation of color #441913: hue angle of 7.35º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #441913 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 25 | 19 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.73 |
| HSL | 7.35º | 0.56% | 0.17% | - |
| HSV(B) | 7.35º | 0.72% | 0.27% | - |
| XYZ | 2.85 | 1.97 | 0.85 | - |
| YUV | 37.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 19 | 0 | 0.63 | 0.72 | 0.73 | 7.35 | 0.56 | 0.17 |
| Hex | 44 | 19 | 13 | 0 | 3F | 48 | 49 | 7 | 38 | 11 |
| Octal | 104 | 31 | 23 | 0 | 77 | 110 | 111 | 7 | 70 | 21 |
| Binary | 1000100 | 11001 | 10011 | 0 | 111111 | 1001000 | 1001001 | 111 | 111000 | 10001 |
Color Harmonies of #441913
Complementary color
Monochromatic Colors of #441913
Black with #441913
Text Example
Text Example
White with #441913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441913; }
p { color: rgb(68,25,19); }
H1.HeaderClassName
{
color: #441913;
}
.AnyTagClassName
{
color: #441913;
}
</style>
background-color css
<style>
a { background-color: #441913; }
a { background-color: rgb(68,25,19); }
div.DivClassName
{
background-color: #441913;
}
.BgClassName
{
background-color: #441913;
}
</style>
border-color css
<style>
span { border-color: #441913; }
span { border-color: rgb(68,25,19); }
td.TdClassName
{
border-color: #441913;
}
.TagClassName
{
border-color: #441913;
}
</style>