Shades of Madras #444319
Tints of Madras #444319
RGB
CMYK
RGB Variations
Color information
#444319 (or 0x444319) is known color: Madras. HEX triplet: 44, 43 and 19. RGB value is (68,67,25). Sum of RGB (Red+Green+Blue) = 68+67+25=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 68 - color contains mainly: red. Hex color #444319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444319 is #BBBCE6. Grayscale: #3E3E3E. Windows color (decimal): -12303591 or 1655620. OLE color: 1655620.
HSL color Cylindrical-coordinate representation of color #444319: hue angle of 58.6º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #444319 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 67 | 25 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.73 |
| HSL | 58.6º | 0.46% | 0.18% | - |
| HSV(B) | 58.6º | 0.63% | 0.27% | - |
| XYZ | 4.57 | 5.31 | 1.7 | - |
| YUV | 62.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 67 | 25 | 0 | 0.01 | 0.63 | 0.73 | 58.6 | 0.46 | 0.18 |
| Hex | 44 | 43 | 19 | 0 | 1 | 3F | 49 | 3B | 2E | 12 |
| Octal | 104 | 103 | 31 | 0 | 1 | 77 | 111 | 73 | 56 | 22 |
| Binary | 1000100 | 1000011 | 11001 | 0 | 1 | 111111 | 1001001 | 111011 | 101110 | 10010 |
Color Harmonies of #444319
Complementary color
Monochromatic Colors of #444319
Black with #444319
Text Example
Text Example
White with #444319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444319; }
p { color: rgb(68,67,25); }
H1.HeaderClassName
{
color: #444319;
}
.AnyTagClassName
{
color: #444319;
}
</style>
background-color css
<style>
a { background-color: #444319; }
a { background-color: rgb(68,67,25); }
div.DivClassName
{
background-color: #444319;
}
.BgClassName
{
background-color: #444319;
}
</style>
border-color css
<style>
span { border-color: #444319; }
span { border-color: rgb(68,67,25); }
td.TdClassName
{
border-color: #444319;
}
.TagClassName
{
border-color: #444319;
}
</style>