Shades of Madras #443D0A
Tints of Madras #443D0A
RGB
CMYK
RGB Variations
Color information
#443D0A (or 0x443D0A) is known color: Madras. HEX triplet: 44, 3D and 0A. RGB value is (68,61,10). Sum of RGB (Red+Green+Blue) = 68+61+10=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 61 (24.22% from 255 or 43.88% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #443D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443D0A is #BBC2F5. Grayscale: #393939. Windows color (decimal): -12305142 or 671044. OLE color: 671044.
HSL color Cylindrical-coordinate representation of color #443D0A: hue angle of 52.76º 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 #443D0A is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 61 | 10 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.73 |
| HSL | 52.76º | 0.74% | 0.15% | - |
| HSV(B) | 52.76º | 0.85% | 0.27% | - |
| XYZ | 4.11 | 4.59 | 0.96 | - |
| YUV | 57.28 | 101.32 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 10 | 0 | 0.10 | 0.85 | 0.73 | 52.76 | 0.74 | 0.15 |
| Hex | 44 | 3D | A | 0 | A | 55 | 49 | 35 | 4A | F |
| Octal | 104 | 75 | 12 | 0 | 12 | 125 | 111 | 65 | 112 | 17 |
| Binary | 1000100 | 111101 | 1010 | 0 | 1010 | 1010101 | 1001001 | 110101 | 1001010 | 1111 |
Color Harmonies of #443D0A
Complementary color
Monochromatic Colors of #443D0A
Black with #443D0A
Text Example
Text Example
White with #443D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443D0A; }
p { color: rgb(68,61,10); }
H1.HeaderClassName
{
color: #443D0A;
}
.AnyTagClassName
{
color: #443D0A;
}
</style>
background-color css
<style>
a { background-color: #443D0A; }
a { background-color: rgb(68,61,10); }
div.DivClassName
{
background-color: #443D0A;
}
.BgClassName
{
background-color: #443D0A;
}
</style>
border-color css
<style>
span { border-color: #443D0A; }
span { border-color: rgb(68,61,10); }
td.TdClassName
{
border-color: #443D0A;
}
.TagClassName
{
border-color: #443D0A;
}
</style>