Shades of Brown Pod #441E00
Tints of Brown Pod #441E00
RGB
CMYK
RGB Variations
Color information
#441E00 (or 0x441E00) is known color: Brown Pod. HEX triplet: 44, 1E and 00. RGB value is (68,30,0). Sum of RGB (Red+Green+Blue) = 68+30+0=98 (12% of max value = 765). Red value is 68 (26.95% from 255 or 69.39% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 68 - color contains mainly: red. Hex color #441E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441E00 is #BBE1FF. Grayscale: #262626. Windows color (decimal): -12313088 or 7748. OLE color: 7748.
HSL color Cylindrical-coordinate representation of color #441E00: hue angle of 26.47º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #441E00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 30 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.73 |
| HSL | 26.47º | 1% | 0.13% | - |
| HSV(B) | 26.47º | 1% | 0.27% | - |
| XYZ | 2.85 | 2.16 | 0.27 | - |
| YUV | 37.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 0 | 0 | 0.56 | 1 | 0.73 | 26.47 | 1 | 0.13 |
| Hex | 44 | 1E | 0 | 0 | 38 | 64 | 49 | 1A | 64 | D |
| Octal | 104 | 36 | 0 | 0 | 70 | 144 | 111 | 32 | 144 | 15 |
| Binary | 1000100 | 11110 | 0 | 0 | 111000 | 1100100 | 1001001 | 11010 | 1100100 | 1101 |
Color Harmonies of #441E00
Complementary color
Monochromatic Colors of #441E00
Black with #441E00
Text Example
Text Example
White with #441E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441E00; }
p { color: rgb(68,30,0); }
H1.HeaderClassName
{
color: #441E00;
}
.AnyTagClassName
{
color: #441E00;
}
</style>
background-color css
<style>
a { background-color: #441E00; }
a { background-color: rgb(68,30,0); }
div.DivClassName
{
background-color: #441E00;
}
.BgClassName
{
background-color: #441E00;
}
</style>
border-color css
<style>
span { border-color: #441E00; }
span { border-color: rgb(68,30,0); }
td.TdClassName
{
border-color: #441E00;
}
.TagClassName
{
border-color: #441E00;
}
</style>