Shades of Madras #444210
Tints of Madras #444210
RGB
CMYK
RGB Variations
Color information
#444210 (or 0x444210) is known color: Madras. HEX triplet: 44, 42 and 10. RGB value is (68,66,16). Sum of RGB (Red+Green+Blue) = 68+66+16=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #444210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444210 is #BBBDEF. Grayscale: #3D3D3D. Windows color (decimal): -12303856 or 1065540. OLE color: 1065540.
HSL color Cylindrical-coordinate representation of color #444210: hue angle of 57.69º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #444210 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 66 | 16 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.73 |
| HSL | 57.69º | 0.62% | 0.16% | - |
| HSV(B) | 57.69º | 0.76% | 0.27% | - |
| XYZ | 4.43 | 5.16 | 1.25 | - |
| YUV | 60.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 66 | 16 | 0 | 0.03 | 0.76 | 0.73 | 57.69 | 0.62 | 0.16 |
| Hex | 44 | 42 | 10 | 0 | 3 | 4C | 49 | 3A | 3E | 10 |
| Octal | 104 | 102 | 20 | 0 | 3 | 114 | 111 | 72 | 76 | 20 |
| Binary | 1000100 | 1000010 | 10000 | 0 | 11 | 1001100 | 1001001 | 111010 | 111110 | 10000 |
Color Harmonies of #444210
Complementary color
Monochromatic Colors of #444210
Black with #444210
Text Example
Text Example
White with #444210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444210; }
p { color: rgb(68,66,16); }
H1.HeaderClassName
{
color: #444210;
}
.AnyTagClassName
{
color: #444210;
}
</style>
background-color css
<style>
a { background-color: #444210; }
a { background-color: rgb(68,66,16); }
div.DivClassName
{
background-color: #444210;
}
.BgClassName
{
background-color: #444210;
}
</style>
border-color css
<style>
span { border-color: #444210; }
span { border-color: rgb(68,66,16); }
td.TdClassName
{
border-color: #444210;
}
.TagClassName
{
border-color: #444210;
}
</style>