Shades of Brown Pod #441D0A
Tints of Brown Pod #441D0A
RGB
CMYK
RGB Variations
Color information
#441D0A (or 0x441D0A) is known color: Brown Pod. HEX triplet: 44, 1D and 0A. RGB value is (68,29,10). Sum of RGB (Red+Green+Blue) = 68+29+10=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #441D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441D0A is #BBE2F5. Grayscale: #262626. Windows color (decimal): -12313334 or 662852. OLE color: 662852.
HSL color Cylindrical-coordinate representation of color #441D0A: hue angle of 19.66º 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 #441D0A is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 29 | 10 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.73 |
| HSL | 19.66º | 0.74% | 0.15% | - |
| HSV(B) | 19.66º | 0.85% | 0.27% | - |
| XYZ | 2.88 | 2.13 | 0.55 | - |
| YUV | 38.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 10 | 0 | 0.57 | 0.85 | 0.73 | 19.66 | 0.74 | 0.15 |
| Hex | 44 | 1D | A | 0 | 39 | 55 | 49 | 14 | 4A | F |
| Octal | 104 | 35 | 12 | 0 | 71 | 125 | 111 | 24 | 112 | 17 |
| Binary | 1000100 | 11101 | 1010 | 0 | 111001 | 1010101 | 1001001 | 10100 | 1001010 | 1111 |
Color Harmonies of #441D0A
Complementary color
Monochromatic Colors of #441D0A
Black with #441D0A
Text Example
Text Example
White with #441D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441D0A; }
p { color: rgb(68,29,10); }
H1.HeaderClassName
{
color: #441D0A;
}
.AnyTagClassName
{
color: #441D0A;
}
</style>
background-color css
<style>
a { background-color: #441D0A; }
a { background-color: rgb(68,29,10); }
div.DivClassName
{
background-color: #441D0A;
}
.BgClassName
{
background-color: #441D0A;
}
</style>
border-color css
<style>
span { border-color: #441D0A; }
span { border-color: rgb(68,29,10); }
td.TdClassName
{
border-color: #441D0A;
}
.TagClassName
{
border-color: #441D0A;
}
</style>