Shades of Madras #43410F
Tints of Madras #43410F
RGB
CMYK
RGB Variations
Color information
#43410F (or 0x43410F) is known color: Madras. HEX triplet: 43, 41 and 0F. RGB value is (67,65,15). Sum of RGB (Red+Green+Blue) = 67+65+15=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 67 - color contains mainly: red. Hex color #43410F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43410F is #BCBEF0. Grayscale: #3C3C3C. Windows color (decimal): -12369649 or 999747. OLE color: 999747.
HSL color Cylindrical-coordinate representation of color #43410F: hue angle of 57.69º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #43410F is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 65 | 15 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.74 |
| HSL | 57.69º | 0.63% | 0.16% | - |
| HSV(B) | 57.69º | 0.78% | 0.26% | - |
| XYZ | 4.29 | 5.01 | 1.19 | - |
| YUV | 59.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 15 | 0 | 0.03 | 0.78 | 0.74 | 57.69 | 0.63 | 0.16 |
| Hex | 43 | 41 | F | 0 | 3 | 4E | 4A | 3A | 3F | 10 |
| Octal | 103 | 101 | 17 | 0 | 3 | 116 | 112 | 72 | 77 | 20 |
| Binary | 1000011 | 1000001 | 1111 | 0 | 11 | 1001110 | 1001010 | 111010 | 111111 | 10000 |
Color Harmonies of #43410F
Complementary color
Monochromatic Colors of #43410F
Black with #43410F
Text Example
Text Example
White with #43410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43410F; }
p { color: rgb(67,65,15); }
H1.HeaderClassName
{
color: #43410F;
}
.AnyTagClassName
{
color: #43410F;
}
</style>
background-color css
<style>
a { background-color: #43410F; }
a { background-color: rgb(67,65,15); }
div.DivClassName
{
background-color: #43410F;
}
.BgClassName
{
background-color: #43410F;
}
</style>
border-color css
<style>
span { border-color: #43410F; }
span { border-color: rgb(67,65,15); }
td.TdClassName
{
border-color: #43410F;
}
.TagClassName
{
border-color: #43410F;
}
</style>