Shades of Brown Pod #441E08
Tints of Brown Pod #441E08
RGB
CMYK
RGB Variations
Color information
#441E08 (or 0x441E08) is known color: Brown Pod. HEX triplet: 44, 1E and 08. RGB value is (68,30,8). Sum of RGB (Red+Green+Blue) = 68+30+8=106 (14% of max value = 765). Red value is 68 (26.95% from 255 or 64.15% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 68 - color contains mainly: red. Hex color #441E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441E08 is #BBE1F7. Grayscale: #262626. Windows color (decimal): -12313080 or 532036. OLE color: 532036.
HSL color Cylindrical-coordinate representation of color #441E08: hue angle of 22º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441E08 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 30 | 8 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.73 |
| HSL | 22º | 0.79% | 0.15% | - |
| HSV(B) | 22º | 0.88% | 0.27% | - |
| XYZ | 2.89 | 2.18 | 0.5 | - |
| YUV | 38.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 8 | 0 | 0.56 | 0.88 | 0.73 | 22 | 0.79 | 0.15 |
| Hex | 44 | 1E | 8 | 0 | 38 | 58 | 49 | 16 | 4F | F |
| Octal | 104 | 36 | 10 | 0 | 70 | 130 | 111 | 26 | 117 | 17 |
| Binary | 1000100 | 11110 | 1000 | 0 | 111000 | 1011000 | 1001001 | 10110 | 1001111 | 1111 |
Color Harmonies of #441E08
Complementary color
Monochromatic Colors of #441E08
Black with #441E08
Text Example
Text Example
White with #441E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441E08; }
p { color: rgb(68,30,8); }
H1.HeaderClassName
{
color: #441E08;
}
.AnyTagClassName
{
color: #441E08;
}
</style>
background-color css
<style>
a { background-color: #441E08; }
a { background-color: rgb(68,30,8); }
div.DivClassName
{
background-color: #441E08;
}
.BgClassName
{
background-color: #441E08;
}
</style>
border-color css
<style>
span { border-color: #441E08; }
span { border-color: rgb(68,30,8); }
td.TdClassName
{
border-color: #441E08;
}
.TagClassName
{
border-color: #441E08;
}
</style>