Shades of Brown Pod #441B06
Tints of Brown Pod #441B06
RGB
CMYK
RGB Variations
Color information
#441B06 (or 0x441B06) is known color: Brown Pod. HEX triplet: 44, 1B and 06. RGB value is (68,27,6). Sum of RGB (Red+Green+Blue) = 68+27+6=101 (13% of max value = 765). Red value is 68 (26.95% from 255 or 67.33% from 101); Green value is 27 (10.94% from 255 or 26.73% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 68 - color contains mainly: red. Hex color #441B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441B06 is #BBE4F9. Grayscale: #242424. Windows color (decimal): -12313850 or 400196. OLE color: 400196.
HSL color Cylindrical-coordinate representation of color #441B06: hue angle of 20.32º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #441B06 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 27 | 6 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.73 |
| HSL | 20.32º | 0.84% | 0.15% | - |
| HSV(B) | 20.32º | 0.91% | 0.27% | - |
| XYZ | 2.81 | 2.03 | 0.42 | - |
| YUV | 36.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 6 | 0 | 0.60 | 0.91 | 0.73 | 20.32 | 0.84 | 0.15 |
| Hex | 44 | 1B | 6 | 0 | 3C | 5B | 49 | 14 | 54 | F |
| Octal | 104 | 33 | 6 | 0 | 74 | 133 | 111 | 24 | 124 | 17 |
| Binary | 1000100 | 11011 | 110 | 0 | 111100 | 1011011 | 1001001 | 10100 | 1010100 | 1111 |
Color Harmonies of #441B06
Complementary color
Monochromatic Colors of #441B06
Black with #441B06
Text Example
Text Example
White with #441B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441B06; }
p { color: rgb(68,27,6); }
H1.HeaderClassName
{
color: #441B06;
}
.AnyTagClassName
{
color: #441B06;
}
</style>
background-color css
<style>
a { background-color: #441B06; }
a { background-color: rgb(68,27,6); }
div.DivClassName
{
background-color: #441B06;
}
.BgClassName
{
background-color: #441B06;
}
</style>
border-color css
<style>
span { border-color: #441B06; }
span { border-color: rgb(68,27,6); }
td.TdClassName
{
border-color: #441B06;
}
.TagClassName
{
border-color: #441B06;
}
</style>