Shades of Madras #433D13
Tints of Madras #433D13
RGB
CMYK
RGB Variations
Color information
#433D13 (or 0x433D13) is known color: Madras. HEX triplet: 43, 3D and 13. RGB value is (67,61,19). Sum of RGB (Red+Green+Blue) = 67+61+19=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 67 - color contains mainly: red. Hex color #433D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433D13 is #BCC2EC. Grayscale: #3A3A3A. Windows color (decimal): -12370669 or 1260867. OLE color: 1260867.
HSL color Cylindrical-coordinate representation of color #433D13: hue angle of 52.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #433D13 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 61 | 19 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.74 |
| HSL | 52.5º | 0.56% | 0.17% | - |
| HSV(B) | 52.5º | 0.72% | 0.26% | - |
| XYZ | 4.1 | 4.58 | 1.28 | - |
| YUV | 58.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 19 | 0 | 0.09 | 0.72 | 0.74 | 52.5 | 0.56 | 0.17 |
| Hex | 43 | 3D | 13 | 0 | 9 | 48 | 4A | 34 | 38 | 11 |
| Octal | 103 | 75 | 23 | 0 | 11 | 110 | 112 | 64 | 70 | 21 |
| Binary | 1000011 | 111101 | 10011 | 0 | 1001 | 1001000 | 1001010 | 110100 | 111000 | 10001 |
Color Harmonies of #433D13
Complementary color
Monochromatic Colors of #433D13
Black with #433D13
Text Example
Text Example
White with #433D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433D13; }
p { color: rgb(67,61,19); }
H1.HeaderClassName
{
color: #433D13;
}
.AnyTagClassName
{
color: #433D13;
}
</style>
background-color css
<style>
a { background-color: #433D13; }
a { background-color: rgb(67,61,19); }
div.DivClassName
{
background-color: #433D13;
}
.BgClassName
{
background-color: #433D13;
}
</style>
border-color css
<style>
span { border-color: #433D13; }
span { border-color: rgb(67,61,19); }
td.TdClassName
{
border-color: #433D13;
}
.TagClassName
{
border-color: #433D13;
}
</style>