Shades of Brown Pod #441E0A
Tints of Brown Pod #441E0A
RGB
CMYK
RGB Variations
Color information
#441E0A (or 0x441E0A) is known color: Brown Pod. HEX triplet: 44, 1E and 0A. RGB value is (68,30,10). Sum of RGB (Red+Green+Blue) = 68+30+10=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #441E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441E0A is #BBE1F5. Grayscale: #272727. Windows color (decimal): -12313078 or 663108. OLE color: 663108.
HSL color Cylindrical-coordinate representation of color #441E0A: hue angle of 20.69º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441E0A is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 30 | 10 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.73 |
| HSL | 20.69º | 0.74% | 0.15% | - |
| HSV(B) | 20.69º | 0.85% | 0.27% | - |
| XYZ | 2.9 | 2.18 | 0.55 | - |
| YUV | 39.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 10 | 0 | 0.56 | 0.85 | 0.73 | 20.69 | 0.74 | 0.15 |
| Hex | 44 | 1E | A | 0 | 38 | 55 | 49 | 15 | 4A | F |
| Octal | 104 | 36 | 12 | 0 | 70 | 125 | 111 | 25 | 112 | 17 |
| Binary | 1000100 | 11110 | 1010 | 0 | 111000 | 1010101 | 1001001 | 10101 | 1001010 | 1111 |
Color Harmonies of #441E0A
Complementary color
Monochromatic Colors of #441E0A
Black with #441E0A
Text Example
Text Example
White with #441E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441E0A; }
p { color: rgb(68,30,10); }
H1.HeaderClassName
{
color: #441E0A;
}
.AnyTagClassName
{
color: #441E0A;
}
</style>
background-color css
<style>
a { background-color: #441E0A; }
a { background-color: rgb(68,30,10); }
div.DivClassName
{
background-color: #441E0A;
}
.BgClassName
{
background-color: #441E0A;
}
</style>
border-color css
<style>
span { border-color: #441E0A; }
span { border-color: rgb(68,30,10); }
td.TdClassName
{
border-color: #441E0A;
}
.TagClassName
{
border-color: #441E0A;
}
</style>