Shades of Brown Pod #441F0B
Tints of Brown Pod #441F0B
RGB
CMYK
RGB Variations
Color information
#441F0B (or 0x441F0B) is known color: Brown Pod. HEX triplet: 44, 1F and 0B. RGB value is (68,31,11). Sum of RGB (Red+Green+Blue) = 68+31+11=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #441F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441F0B is #BBE0F4. Grayscale: #272727. Windows color (decimal): -12312821 or 728900. OLE color: 728900.
HSL color Cylindrical-coordinate representation of color #441F0B: hue angle of 21.05º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #441F0B is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 31 | 11 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.73 |
| HSL | 21.05º | 0.72% | 0.15% | - |
| HSV(B) | 21.05º | 0.84% | 0.27% | - |
| XYZ | 2.93 | 2.23 | 0.59 | - |
| YUV | 39.78 | 111.76 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 11 | 0 | 0.54 | 0.84 | 0.73 | 21.05 | 0.72 | 0.15 |
| Hex | 44 | 1F | B | 0 | 36 | 54 | 49 | 15 | 48 | F |
| Octal | 104 | 37 | 13 | 0 | 66 | 124 | 111 | 25 | 110 | 17 |
| Binary | 1000100 | 11111 | 1011 | 0 | 110110 | 1010100 | 1001001 | 10101 | 1001000 | 1111 |
Color Harmonies of #441F0B
Complementary color
Monochromatic Colors of #441F0B
Black with #441F0B
Text Example
Text Example
White with #441F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441F0B; }
p { color: rgb(68,31,11); }
H1.HeaderClassName
{
color: #441F0B;
}
.AnyTagClassName
{
color: #441F0B;
}
</style>
background-color css
<style>
a { background-color: #441F0B; }
a { background-color: rgb(68,31,11); }
div.DivClassName
{
background-color: #441F0B;
}
.BgClassName
{
background-color: #441F0B;
}
</style>
border-color css
<style>
span { border-color: #441F0B; }
span { border-color: rgb(68,31,11); }
td.TdClassName
{
border-color: #441F0B;
}
.TagClassName
{
border-color: #441F0B;
}
</style>