Shades of Brown Pod #441B11
Tints of Brown Pod #441B11
RGB
CMYK
RGB Variations
Color information
#441B11 (or 0x441B11) is known color: Brown Pod. HEX triplet: 44, 1B and 11. RGB value is (68,27,17). Sum of RGB (Red+Green+Blue) = 68+27+17=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #441B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441B11 is #BBE4EE. Grayscale: #262626. Windows color (decimal): -12313839 or 1121092. OLE color: 1121092.
HSL color Cylindrical-coordinate representation of color #441B11: hue angle of 11.76º 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 #441B11 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 27 | 17 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.73 |
| HSL | 11.76º | 0.6% | 0.17% | - |
| HSV(B) | 11.76º | 0.75% | 0.27% | - |
| XYZ | 2.88 | 2.05 | 0.78 | - |
| YUV | 38.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 17 | 0 | 0.60 | 0.75 | 0.73 | 11.76 | 0.6 | 0.17 |
| Hex | 44 | 1B | 11 | 0 | 3C | 4B | 49 | C | 3C | 11 |
| Octal | 104 | 33 | 21 | 0 | 74 | 113 | 111 | 14 | 74 | 21 |
| Binary | 1000100 | 11011 | 10001 | 0 | 111100 | 1001011 | 1001001 | 1100 | 111100 | 10001 |
Color Harmonies of #441B11
Complementary color
Monochromatic Colors of #441B11
Black with #441B11
Text Example
Text Example
White with #441B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441B11; }
p { color: rgb(68,27,17); }
H1.HeaderClassName
{
color: #441B11;
}
.AnyTagClassName
{
color: #441B11;
}
</style>
background-color css
<style>
a { background-color: #441B11; }
a { background-color: rgb(68,27,17); }
div.DivClassName
{
background-color: #441B11;
}
.BgClassName
{
background-color: #441B11;
}
</style>
border-color css
<style>
span { border-color: #441B11; }
span { border-color: rgb(68,27,17); }
td.TdClassName
{
border-color: #441B11;
}
.TagClassName
{
border-color: #441B11;
}
</style>