Shades of Brown Pod #441F09
Tints of Brown Pod #441F09
RGB
CMYK
RGB Variations
Color information
#441F09 (or 0x441F09) is known color: Brown Pod. HEX triplet: 44, 1F and 09. RGB value is (68,31,9). Sum of RGB (Red+Green+Blue) = 68+31+9=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 31 (12.5% from 255 or 28.70% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #441F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441F09 is #BBE0F6. Grayscale: #272727. Windows color (decimal): -12312823 or 597828. OLE color: 597828.
HSL color Cylindrical-coordinate representation of color #441F09: hue angle of 22.37º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441F09 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 31 | 9 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.73 |
| HSL | 22.37º | 0.77% | 0.15% | - |
| HSV(B) | 22.37º | 0.87% | 0.27% | - |
| XYZ | 2.92 | 2.23 | 0.53 | - |
| YUV | 39.56 | 110.76 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 9 | 0 | 0.54 | 0.87 | 0.73 | 22.37 | 0.77 | 0.15 |
| Hex | 44 | 1F | 9 | 0 | 36 | 57 | 49 | 16 | 4D | F |
| Octal | 104 | 37 | 11 | 0 | 66 | 127 | 111 | 26 | 115 | 17 |
| Binary | 1000100 | 11111 | 1001 | 0 | 110110 | 1010111 | 1001001 | 10110 | 1001101 | 1111 |
Color Harmonies of #441F09
Complementary color
Monochromatic Colors of #441F09
Black with #441F09
Text Example
Text Example
White with #441F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441F09; }
p { color: rgb(68,31,9); }
H1.HeaderClassName
{
color: #441F09;
}
.AnyTagClassName
{
color: #441F09;
}
</style>
background-color css
<style>
a { background-color: #441F09; }
a { background-color: rgb(68,31,9); }
div.DivClassName
{
background-color: #441F09;
}
.BgClassName
{
background-color: #441F09;
}
</style>
border-color css
<style>
span { border-color: #441F09; }
span { border-color: rgb(68,31,9); }
td.TdClassName
{
border-color: #441F09;
}
.TagClassName
{
border-color: #441F09;
}
</style>