Shades of Madras #444008
Tints of Madras #444008
RGB
CMYK
RGB Variations
Color information
#444008 (or 0x444008) is known color: Madras. HEX triplet: 44, 40 and 08. RGB value is (68,64,8). Sum of RGB (Red+Green+Blue) = 68+64+8=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #444008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444008 is #BBBFF7. Grayscale: #3B3B3B. Windows color (decimal): -12304376 or 540740. OLE color: 540740.
HSL color Cylindrical-coordinate representation of color #444008: hue angle of 56º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #444008 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 64 | 8 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.73 |
| HSL | 56º | 0.79% | 0.15% | - |
| HSV(B) | 56º | 0.88% | 0.27% | - |
| XYZ | 4.26 | 4.91 | 0.95 | - |
| YUV | 58.81 | 99.33 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 64 | 8 | 0 | 0.06 | 0.88 | 0.73 | 56 | 0.79 | 0.15 |
| Hex | 44 | 40 | 8 | 0 | 6 | 58 | 49 | 38 | 4F | F |
| Octal | 104 | 100 | 10 | 0 | 6 | 130 | 111 | 70 | 117 | 17 |
| Binary | 1000100 | 1000000 | 1000 | 0 | 110 | 1011000 | 1001001 | 111000 | 1001111 | 1111 |
Color Harmonies of #444008
Complementary color
Monochromatic Colors of #444008
Black with #444008
Text Example
Text Example
White with #444008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444008; }
p { color: rgb(68,64,8); }
H1.HeaderClassName
{
color: #444008;
}
.AnyTagClassName
{
color: #444008;
}
</style>
background-color css
<style>
a { background-color: #444008; }
a { background-color: rgb(68,64,8); }
div.DivClassName
{
background-color: #444008;
}
.BgClassName
{
background-color: #444008;
}
</style>
border-color css
<style>
span { border-color: #444008; }
span { border-color: rgb(68,64,8); }
td.TdClassName
{
border-color: #444008;
}
.TagClassName
{
border-color: #444008;
}
</style>