Shades of Madras #443A0A
Tints of Madras #443A0A
RGB
CMYK
RGB Variations
Color information
#443A0A (or 0x443A0A) is known color: Madras. HEX triplet: 44, 3A and 0A. RGB value is (68,58,10). Sum of RGB (Red+Green+Blue) = 68+58+10=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 58 (23.05% from 255 or 42.65% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #443A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443A0A is #BBC5F5. Grayscale: #373737. Windows color (decimal): -12305910 or 670276. OLE color: 670276.
HSL color Cylindrical-coordinate representation of color #443A0A: hue angle of 49.66º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #443A0A is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 58 | 10 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.73 |
| HSL | 49.66º | 0.74% | 0.15% | - |
| HSV(B) | 49.66º | 0.85% | 0.27% | - |
| XYZ | 3.95 | 4.28 | 0.9 | - |
| YUV | 55.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 10 | 0 | 0.15 | 0.85 | 0.73 | 49.66 | 0.74 | 0.15 |
| Hex | 44 | 3A | A | 0 | F | 55 | 49 | 32 | 4A | F |
| Octal | 104 | 72 | 12 | 0 | 17 | 125 | 111 | 62 | 112 | 17 |
| Binary | 1000100 | 111010 | 1010 | 0 | 1111 | 1010101 | 1001001 | 110010 | 1001010 | 1111 |
Color Harmonies of #443A0A
Complementary color
Monochromatic Colors of #443A0A
Black with #443A0A
Text Example
Text Example
White with #443A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443A0A; }
p { color: rgb(68,58,10); }
H1.HeaderClassName
{
color: #443A0A;
}
.AnyTagClassName
{
color: #443A0A;
}
</style>
background-color css
<style>
a { background-color: #443A0A; }
a { background-color: rgb(68,58,10); }
div.DivClassName
{
background-color: #443A0A;
}
.BgClassName
{
background-color: #443A0A;
}
</style>
border-color css
<style>
span { border-color: #443A0A; }
span { border-color: rgb(68,58,10); }
td.TdClassName
{
border-color: #443A0A;
}
.TagClassName
{
border-color: #443A0A;
}
</style>