Shades of Madras #434111
Tints of Madras #434111
RGB
CMYK
RGB Variations
Color information
#434111 (or 0x434111) is known color: Madras. HEX triplet: 43, 41 and 11. RGB value is (67,65,17). Sum of RGB (Red+Green+Blue) = 67+65+17=149 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.97% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 67 - color contains mainly: red. Hex color #434111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434111 is #BCBEEE. Grayscale: #3C3C3C. Windows color (decimal): -12369647 or 1130819. OLE color: 1130819.
HSL color Cylindrical-coordinate representation of color #434111: hue angle of 57.6º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #434111 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 65 | 17 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.74 |
| HSL | 57.6º | 0.6% | 0.16% | - |
| HSV(B) | 57.6º | 0.75% | 0.26% | - |
| XYZ | 4.31 | 5.01 | 1.27 | - |
| YUV | 60.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 17 | 0 | 0.03 | 0.75 | 0.74 | 57.6 | 0.6 | 0.16 |
| Hex | 43 | 41 | 11 | 0 | 3 | 4B | 4A | 3A | 3C | 10 |
| Octal | 103 | 101 | 21 | 0 | 3 | 113 | 112 | 72 | 74 | 20 |
| Binary | 1000011 | 1000001 | 10001 | 0 | 11 | 1001011 | 1001010 | 111010 | 111100 | 10000 |
Color Harmonies of #434111
Complementary color
Monochromatic Colors of #434111
Black with #434111
Text Example
Text Example
White with #434111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434111; }
p { color: rgb(67,65,17); }
H1.HeaderClassName
{
color: #434111;
}
.AnyTagClassName
{
color: #434111;
}
</style>
background-color css
<style>
a { background-color: #434111; }
a { background-color: rgb(67,65,17); }
div.DivClassName
{
background-color: #434111;
}
.BgClassName
{
background-color: #434111;
}
</style>
border-color css
<style>
span { border-color: #434111; }
span { border-color: rgb(67,65,17); }
td.TdClassName
{
border-color: #434111;
}
.TagClassName
{
border-color: #434111;
}
</style>