Shades of Brown Pod #441A11
Tints of Brown Pod #441A11
RGB
CMYK
RGB Variations
Color information
#441A11 (or 0x441A11) is known color: Brown Pod. HEX triplet: 44, 1A and 11. RGB value is (68,26,17). Sum of RGB (Red+Green+Blue) = 68+26+17=111 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.26% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 68 - color contains mainly: red. Hex color #441A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441A11 is #BBE5EE. Grayscale: #252525. Windows color (decimal): -12314095 or 1120836. OLE color: 1120836.
HSL color Cylindrical-coordinate representation of color #441A11: hue angle of 10.59º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #441A11 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 26 | 17 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.73 |
| HSL | 10.59º | 0.6% | 0.17% | - |
| HSV(B) | 10.59º | 0.75% | 0.27% | - |
| XYZ | 2.85 | 2.01 | 0.77 | - |
| YUV | 37.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 26 | 17 | 0 | 0.62 | 0.75 | 0.73 | 10.59 | 0.6 | 0.17 |
| Hex | 44 | 1A | 11 | 0 | 3E | 4B | 49 | B | 3C | 11 |
| Octal | 104 | 32 | 21 | 0 | 76 | 113 | 111 | 13 | 74 | 21 |
| Binary | 1000100 | 11010 | 10001 | 0 | 111110 | 1001011 | 1001001 | 1011 | 111100 | 10001 |
Color Harmonies of #441A11
Complementary color
Monochromatic Colors of #441A11
Black with #441A11
Text Example
Text Example
White with #441A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441A11; }
p { color: rgb(68,26,17); }
H1.HeaderClassName
{
color: #441A11;
}
.AnyTagClassName
{
color: #441A11;
}
</style>
background-color css
<style>
a { background-color: #441A11; }
a { background-color: rgb(68,26,17); }
div.DivClassName
{
background-color: #441A11;
}
.BgClassName
{
background-color: #441A11;
}
</style>
border-color css
<style>
span { border-color: #441A11; }
span { border-color: rgb(68,26,17); }
td.TdClassName
{
border-color: #441A11;
}
.TagClassName
{
border-color: #441A11;
}
</style>