Shades of Madras #433D14
Tints of Madras #433D14
RGB
CMYK
RGB Variations
Color information
#433D14 (or 0x433D14) is known color: Madras. HEX triplet: 43, 3D and 14. RGB value is (67,61,20). Sum of RGB (Red+Green+Blue) = 67+61+20=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 67 - color contains mainly: red. Hex color #433D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433D14 is #BCC2EB. Grayscale: #3A3A3A. Windows color (decimal): -12370668 or 1326403. OLE color: 1326403.
HSL color Cylindrical-coordinate representation of color #433D14: hue angle of 52.34º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #433D14 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 61 | 20 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.74 |
| HSL | 52.34º | 0.54% | 0.17% | - |
| HSV(B) | 52.34º | 0.7% | 0.26% | - |
| XYZ | 4.11 | 4.58 | 1.33 | - |
| YUV | 58.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 20 | 0 | 0.09 | 0.70 | 0.74 | 52.34 | 0.54 | 0.17 |
| Hex | 43 | 3D | 14 | 0 | 9 | 46 | 4A | 34 | 36 | 11 |
| Octal | 103 | 75 | 24 | 0 | 11 | 106 | 112 | 64 | 66 | 21 |
| Binary | 1000011 | 111101 | 10100 | 0 | 1001 | 1000110 | 1001010 | 110100 | 110110 | 10001 |
Color Harmonies of #433D14
Complementary color
Monochromatic Colors of #433D14
Black with #433D14
Text Example
Text Example
White with #433D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433D14; }
p { color: rgb(67,61,20); }
H1.HeaderClassName
{
color: #433D14;
}
.AnyTagClassName
{
color: #433D14;
}
</style>
background-color css
<style>
a { background-color: #433D14; }
a { background-color: rgb(67,61,20); }
div.DivClassName
{
background-color: #433D14;
}
.BgClassName
{
background-color: #433D14;
}
</style>
border-color css
<style>
span { border-color: #433D14; }
span { border-color: rgb(67,61,20); }
td.TdClassName
{
border-color: #433D14;
}
.TagClassName
{
border-color: #433D14;
}
</style>