Shades of Madras #433C0F
Tints of Madras #433C0F
RGB
CMYK
RGB Variations
Color information
#433C0F (or 0x433C0F) is known color: Madras. HEX triplet: 43, 3C and 0F. RGB value is (67,60,15). Sum of RGB (Red+Green+Blue) = 67+60+15=142 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.18% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 67 - color contains mainly: red. Hex color #433C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433C0F is #BCC3F0. Grayscale: #393939. Windows color (decimal): -12370929 or 998467. OLE color: 998467.
HSL color Cylindrical-coordinate representation of color #433C0F: hue angle of 51.92º 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 #433C0F is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 60 | 15 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.74 |
| HSL | 51.92º | 0.63% | 0.16% | - |
| HSV(B) | 51.92º | 0.78% | 0.26% | - |
| XYZ | 4.02 | 4.46 | 1.1 | - |
| YUV | 56.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 60 | 15 | 0 | 0.10 | 0.78 | 0.74 | 51.92 | 0.63 | 0.16 |
| Hex | 43 | 3C | F | 0 | A | 4E | 4A | 34 | 3F | 10 |
| Octal | 103 | 74 | 17 | 0 | 12 | 116 | 112 | 64 | 77 | 20 |
| Binary | 1000011 | 111100 | 1111 | 0 | 1010 | 1001110 | 1001010 | 110100 | 111111 | 10000 |
Color Harmonies of #433C0F
Complementary color
Monochromatic Colors of #433C0F
Black with #433C0F
Text Example
Text Example
White with #433C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433C0F; }
p { color: rgb(67,60,15); }
H1.HeaderClassName
{
color: #433C0F;
}
.AnyTagClassName
{
color: #433C0F;
}
</style>
background-color css
<style>
a { background-color: #433C0F; }
a { background-color: rgb(67,60,15); }
div.DivClassName
{
background-color: #433C0F;
}
.BgClassName
{
background-color: #433C0F;
}
</style>
border-color css
<style>
span { border-color: #433C0F; }
span { border-color: rgb(67,60,15); }
td.TdClassName
{
border-color: #433C0F;
}
.TagClassName
{
border-color: #433C0F;
}
</style>