Shades of Madras #43401A
Tints of Madras #43401A
RGB
CMYK
RGB Variations
Color information
#43401A (or 0x43401A) is known color: Madras. HEX triplet: 43, 40 and 1A. RGB value is (67,64,26). Sum of RGB (Red+Green+Blue) = 67+64+26=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 67 - color contains mainly: red. Hex color #43401A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43401A is #BCBFE5. Grayscale: #3C3C3C. Windows color (decimal): -12369894 or 1720387. OLE color: 1720387.
HSL color Cylindrical-coordinate representation of color #43401A: hue angle of 55.61º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43401A is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 64 | 26 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.74 |
| HSL | 55.61º | 0.44% | 0.18% | - |
| HSV(B) | 55.61º | 0.61% | 0.26% | - |
| XYZ | 4.33 | 4.93 | 1.7 | - |
| YUV | 60.57 | 108.49 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 64 | 26 | 0 | 0.04 | 0.61 | 0.74 | 55.61 | 0.44 | 0.18 |
| Hex | 43 | 40 | 1A | 0 | 4 | 3D | 4A | 38 | 2C | 12 |
| Octal | 103 | 100 | 32 | 0 | 4 | 75 | 112 | 70 | 54 | 22 |
| Binary | 1000011 | 1000000 | 11010 | 0 | 100 | 111101 | 1001010 | 111000 | 101100 | 10010 |
Color Harmonies of #43401A
Complementary color
Monochromatic Colors of #43401A
Black with #43401A
Text Example
Text Example
White with #43401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43401A; }
p { color: rgb(67,64,26); }
H1.HeaderClassName
{
color: #43401A;
}
.AnyTagClassName
{
color: #43401A;
}
</style>
background-color css
<style>
a { background-color: #43401A; }
a { background-color: rgb(67,64,26); }
div.DivClassName
{
background-color: #43401A;
}
.BgClassName
{
background-color: #43401A;
}
</style>
border-color css
<style>
span { border-color: #43401A; }
span { border-color: rgb(67,64,26); }
td.TdClassName
{
border-color: #43401A;
}
.TagClassName
{
border-color: #43401A;
}
</style>