Shades of Madras #43390C
Tints of Madras #43390C
RGB
CMYK
RGB Variations
Color information
#43390C (or 0x43390C) is known color: Madras. HEX triplet: 43, 39 and 0C. RGB value is (67,57,12). Sum of RGB (Red+Green+Blue) = 67+57+12=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 67 - color contains mainly: red. Hex color #43390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43390C is #BCC6F3. Grayscale: #373737. Windows color (decimal): -12371700 or 801091. OLE color: 801091.
HSL color Cylindrical-coordinate representation of color #43390C: hue angle of 49.09º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43390C is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 57 | 12 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.74 |
| HSL | 49.09º | 0.7% | 0.15% | - |
| HSV(B) | 49.09º | 0.82% | 0.26% | - |
| XYZ | 3.84 | 4.15 | 0.95 | - |
| YUV | 54.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 57 | 12 | 0 | 0.15 | 0.82 | 0.74 | 49.09 | 0.7 | 0.15 |
| Hex | 43 | 39 | C | 0 | F | 52 | 4A | 31 | 46 | F |
| Octal | 103 | 71 | 14 | 0 | 17 | 122 | 112 | 61 | 106 | 17 |
| Binary | 1000011 | 111001 | 1100 | 0 | 1111 | 1010010 | 1001010 | 110001 | 1000110 | 1111 |
Color Harmonies of #43390C
Complementary color
Monochromatic Colors of #43390C
Black with #43390C
Text Example
Text Example
White with #43390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43390C; }
p { color: rgb(67,57,12); }
H1.HeaderClassName
{
color: #43390C;
}
.AnyTagClassName
{
color: #43390C;
}
</style>
background-color css
<style>
a { background-color: #43390C; }
a { background-color: rgb(67,57,12); }
div.DivClassName
{
background-color: #43390C;
}
.BgClassName
{
background-color: #43390C;
}
</style>
border-color css
<style>
span { border-color: #43390C; }
span { border-color: rgb(67,57,12); }
td.TdClassName
{
border-color: #43390C;
}
.TagClassName
{
border-color: #43390C;
}
</style>