Shades of Brown Pod #441406
Tints of Brown Pod #441406
RGB
CMYK
RGB Variations
Color information
#441406 (or 0x441406) is known color: Brown Pod. HEX triplet: 44, 14 and 06. RGB value is (68,20,6). Sum of RGB (Red+Green+Blue) = 68+20+6=94 (12% of max value = 765). Red value is 68 (26.95% from 255 or 72.34% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 68 - color contains mainly: red. Hex color #441406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441406 is #BBEBF9. Grayscale: #202020. Windows color (decimal): -12315642 or 398404. OLE color: 398404.
HSL color Cylindrical-coordinate representation of color #441406: hue angle of 13.55º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #441406 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 20 | 6 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.73 |
| HSL | 13.55º | 0.84% | 0.15% | - |
| HSV(B) | 13.55º | 0.91% | 0.27% | - |
| XYZ | 2.67 | 1.74 | 0.37 | - |
| YUV | 32.76 | 112.9 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 6 | 0 | 0.71 | 0.91 | 0.73 | 13.55 | 0.84 | 0.15 |
| Hex | 44 | 14 | 6 | 0 | 47 | 5B | 49 | E | 54 | F |
| Octal | 104 | 24 | 6 | 0 | 107 | 133 | 111 | 16 | 124 | 17 |
| Binary | 1000100 | 10100 | 110 | 0 | 1000111 | 1011011 | 1001001 | 1110 | 1010100 | 1111 |
Color Harmonies of #441406
Complementary color
Monochromatic Colors of #441406
Black with #441406
Text Example
Text Example
White with #441406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441406; }
p { color: rgb(68,20,6); }
H1.HeaderClassName
{
color: #441406;
}
.AnyTagClassName
{
color: #441406;
}
</style>
background-color css
<style>
a { background-color: #441406; }
a { background-color: rgb(68,20,6); }
div.DivClassName
{
background-color: #441406;
}
.BgClassName
{
background-color: #441406;
}
</style>
border-color css
<style>
span { border-color: #441406; }
span { border-color: rgb(68,20,6); }
td.TdClassName
{
border-color: #441406;
}
.TagClassName
{
border-color: #441406;
}
</style>