Shades of Madras #43380E
Tints of Madras #43380E
RGB
CMYK
RGB Variations
Color information
#43380E (or 0x43380E) is known color: Madras. HEX triplet: 43, 38 and 0E. RGB value is (67,56,14). Sum of RGB (Red+Green+Blue) = 67+56+14=137 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.91% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 67 - color contains mainly: red. Hex color #43380E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43380E is #BCC7F1. Grayscale: #363636. Windows color (decimal): -12371954 or 931907. OLE color: 931907.
HSL color Cylindrical-coordinate representation of color #43380E: hue angle of 47.55º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #43380E is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 56 | 14 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.74 |
| HSL | 47.55º | 0.65% | 0.16% | - |
| HSV(B) | 47.55º | 0.79% | 0.26% | - |
| XYZ | 3.81 | 4.05 | 1 | - |
| YUV | 54.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 14 | 0 | 0.16 | 0.79 | 0.74 | 47.55 | 0.65 | 0.16 |
| Hex | 43 | 38 | E | 0 | 10 | 4F | 4A | 30 | 41 | 10 |
| Octal | 103 | 70 | 16 | 0 | 20 | 117 | 112 | 60 | 101 | 20 |
| Binary | 1000011 | 111000 | 1110 | 0 | 10000 | 1001111 | 1001010 | 110000 | 1000001 | 10000 |
Color Harmonies of #43380E
Complementary color
Monochromatic Colors of #43380E
Black with #43380E
Text Example
Text Example
White with #43380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43380E; }
p { color: rgb(67,56,14); }
H1.HeaderClassName
{
color: #43380E;
}
.AnyTagClassName
{
color: #43380E;
}
</style>
background-color css
<style>
a { background-color: #43380E; }
a { background-color: rgb(67,56,14); }
div.DivClassName
{
background-color: #43380E;
}
.BgClassName
{
background-color: #43380E;
}
</style>
border-color css
<style>
span { border-color: #43380E; }
span { border-color: rgb(67,56,14); }
td.TdClassName
{
border-color: #43380E;
}
.TagClassName
{
border-color: #43380E;
}
</style>