Shades of Madras #43400A
Tints of Madras #43400A
RGB
CMYK
RGB Variations
Color information
#43400A (or 0x43400A) is known color: Madras. HEX triplet: 43, 40 and 0A. RGB value is (67,64,10). Sum of RGB (Red+Green+Blue) = 67+64+10=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 67 - color contains mainly: red. Hex color #43400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43400A is #BCBFF5. Grayscale: #3A3A3A. Windows color (decimal): -12369910 or 671811. OLE color: 671811.
HSL color Cylindrical-coordinate representation of color #43400A: hue angle of 56.84º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #43400A is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 64 | 10 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.74 |
| HSL | 56.84º | 0.74% | 0.15% | - |
| HSV(B) | 56.84º | 0.85% | 0.26% | - |
| XYZ | 4.2 | 4.88 | 1.01 | - |
| YUV | 58.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 64 | 10 | 0 | 0.04 | 0.85 | 0.74 | 56.84 | 0.74 | 0.15 |
| Hex | 43 | 40 | A | 0 | 4 | 55 | 4A | 39 | 4A | F |
| Octal | 103 | 100 | 12 | 0 | 4 | 125 | 112 | 71 | 112 | 17 |
| Binary | 1000011 | 1000000 | 1010 | 0 | 100 | 1010101 | 1001010 | 111001 | 1001010 | 1111 |
Color Harmonies of #43400A
Complementary color
Monochromatic Colors of #43400A
Black with #43400A
Text Example
Text Example
White with #43400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43400A; }
p { color: rgb(67,64,10); }
H1.HeaderClassName
{
color: #43400A;
}
.AnyTagClassName
{
color: #43400A;
}
</style>
background-color css
<style>
a { background-color: #43400A; }
a { background-color: rgb(67,64,10); }
div.DivClassName
{
background-color: #43400A;
}
.BgClassName
{
background-color: #43400A;
}
</style>
border-color css
<style>
span { border-color: #43400A; }
span { border-color: rgb(67,64,10); }
td.TdClassName
{
border-color: #43400A;
}
.TagClassName
{
border-color: #43400A;
}
</style>