Shades of Madras #433B12
Tints of Madras #433B12
RGB
CMYK
RGB Variations
Color information
#433B12 (or 0x433B12) is known color: Madras. HEX triplet: 43, 3B and 12. RGB value is (67,59,18). Sum of RGB (Red+Green+Blue) = 67+59+18=144 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.53% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 67 - color contains mainly: red. Hex color #433B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433B12 is #BCC4ED. Grayscale: #383838. Windows color (decimal): -12371182 or 1194819. OLE color: 1194819.
HSL color Cylindrical-coordinate representation of color #433B12: hue angle of 50.2º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #433B12 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 59 | 18 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.74 |
| HSL | 50.2º | 0.58% | 0.17% | - |
| HSV(B) | 50.2º | 0.73% | 0.26% | - |
| XYZ | 3.99 | 4.36 | 1.2 | - |
| YUV | 56.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 59 | 18 | 0 | 0.12 | 0.73 | 0.74 | 50.2 | 0.58 | 0.17 |
| Hex | 43 | 3B | 12 | 0 | C | 49 | 4A | 32 | 3A | 11 |
| Octal | 103 | 73 | 22 | 0 | 14 | 111 | 112 | 62 | 72 | 21 |
| Binary | 1000011 | 111011 | 10010 | 0 | 1100 | 1001001 | 1001010 | 110010 | 111010 | 10001 |
Color Harmonies of #433B12
Complementary color
Monochromatic Colors of #433B12
Black with #433B12
Text Example
Text Example
White with #433B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433B12; }
p { color: rgb(67,59,18); }
H1.HeaderClassName
{
color: #433B12;
}
.AnyTagClassName
{
color: #433B12;
}
</style>
background-color css
<style>
a { background-color: #433B12; }
a { background-color: rgb(67,59,18); }
div.DivClassName
{
background-color: #433B12;
}
.BgClassName
{
background-color: #433B12;
}
</style>
border-color css
<style>
span { border-color: #433B12; }
span { border-color: rgb(67,59,18); }
td.TdClassName
{
border-color: #433B12;
}
.TagClassName
{
border-color: #433B12;
}
</style>