Shades of Brown Pod #441806
Tints of Brown Pod #441806
RGB
CMYK
RGB Variations
Color information
#441806 (or 0x441806) is known color: Brown Pod. HEX triplet: 44, 18 and 06. RGB value is (68,24,6). Sum of RGB (Red+Green+Blue) = 68+24+6=98 (12% of max value = 765). Red value is 68 (26.95% from 255 or 69.39% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 68 - color contains mainly: red. Hex color #441806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441806 is #BBE7F9. Grayscale: #232323. Windows color (decimal): -12314618 or 399428. OLE color: 399428.
HSL color Cylindrical-coordinate representation of color #441806: hue angle of 17.42º 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 #441806 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 24 | 6 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.73 |
| HSL | 17.42º | 0.84% | 0.15% | - |
| HSV(B) | 17.42º | 0.91% | 0.27% | - |
| XYZ | 2.74 | 1.9 | 0.39 | - |
| YUV | 35.1 | 111.58 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 24 | 6 | 0 | 0.65 | 0.91 | 0.73 | 17.42 | 0.84 | 0.15 |
| Hex | 44 | 18 | 6 | 0 | 41 | 5B | 49 | 11 | 54 | F |
| Octal | 104 | 30 | 6 | 0 | 101 | 133 | 111 | 21 | 124 | 17 |
| Binary | 1000100 | 11000 | 110 | 0 | 1000001 | 1011011 | 1001001 | 10001 | 1010100 | 1111 |
Color Harmonies of #441806
Complementary color
Monochromatic Colors of #441806
Black with #441806
Text Example
Text Example
White with #441806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441806; }
p { color: rgb(68,24,6); }
H1.HeaderClassName
{
color: #441806;
}
.AnyTagClassName
{
color: #441806;
}
</style>
background-color css
<style>
a { background-color: #441806; }
a { background-color: rgb(68,24,6); }
div.DivClassName
{
background-color: #441806;
}
.BgClassName
{
background-color: #441806;
}
</style>
border-color css
<style>
span { border-color: #441806; }
span { border-color: rgb(68,24,6); }
td.TdClassName
{
border-color: #441806;
}
.TagClassName
{
border-color: #441806;
}
</style>