Shades of Brown Pod #442411
Tints of Brown Pod #442411
RGB
CMYK
RGB Variations
Color information
#442411 (or 0x442411) is known color: Brown Pod. HEX triplet: 44, 24 and 11. RGB value is (68,36,17). Sum of RGB (Red+Green+Blue) = 68+36+17=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #442411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442411 is #BBDBEE. Grayscale: #2B2B2B. Windows color (decimal): -12311535 or 1123396. OLE color: 1123396.
HSL color Cylindrical-coordinate representation of color #442411: hue angle of 22.35º 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 #442411 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 36 | 17 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.73 |
| HSL | 22.35º | 0.6% | 0.17% | - |
| HSV(B) | 22.35º | 0.75% | 0.27% | - |
| XYZ | 3.12 | 2.53 | 0.85 | - |
| YUV | 43.4 | 113.1 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 36 | 17 | 0 | 0.47 | 0.75 | 0.73 | 22.35 | 0.6 | 0.17 |
| Hex | 44 | 24 | 11 | 0 | 2F | 4B | 49 | 16 | 3C | 11 |
| Octal | 104 | 44 | 21 | 0 | 57 | 113 | 111 | 26 | 74 | 21 |
| Binary | 1000100 | 100100 | 10001 | 0 | 101111 | 1001011 | 1001001 | 10110 | 111100 | 10001 |
Color Harmonies of #442411
Complementary color
Monochromatic Colors of #442411
Black with #442411
Text Example
Text Example
White with #442411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442411; }
p { color: rgb(68,36,17); }
H1.HeaderClassName
{
color: #442411;
}
.AnyTagClassName
{
color: #442411;
}
</style>
background-color css
<style>
a { background-color: #442411; }
a { background-color: rgb(68,36,17); }
div.DivClassName
{
background-color: #442411;
}
.BgClassName
{
background-color: #442411;
}
</style>
border-color css
<style>
span { border-color: #442411; }
span { border-color: rgb(68,36,17); }
td.TdClassName
{
border-color: #442411;
}
.TagClassName
{
border-color: #442411;
}
</style>