Shades of Madras #43380C
Tints of Madras #43380C
RGB
CMYK
RGB Variations
Color information
#43380C (or 0x43380C) is known color: Madras. HEX triplet: 43, 38 and 0C. RGB value is (67,56,12). Sum of RGB (Red+Green+Blue) = 67+56+12=135 (17% of max value = 765). Red value is 67 (26.56% from 255 or 49.63% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 67 - color contains mainly: red. Hex color #43380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43380C is #BCC7F3. Grayscale: #363636. Windows color (decimal): -12371956 or 800835. OLE color: 800835.
HSL color Cylindrical-coordinate representation of color #43380C: hue angle of 48º 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 #43380C is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 56 | 12 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.74 |
| HSL | 48º | 0.7% | 0.15% | - |
| HSV(B) | 48º | 0.82% | 0.26% | - |
| XYZ | 3.8 | 4.05 | 0.93 | - |
| YUV | 54.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 12 | 0 | 0.16 | 0.82 | 0.74 | 48 | 0.7 | 0.15 |
| Hex | 43 | 38 | C | 0 | 10 | 52 | 4A | 30 | 46 | F |
| Octal | 103 | 70 | 14 | 0 | 20 | 122 | 112 | 60 | 106 | 17 |
| Binary | 1000011 | 111000 | 1100 | 0 | 10000 | 1010010 | 1001010 | 110000 | 1000110 | 1111 |
Color Harmonies of #43380C
Complementary color
Monochromatic Colors of #43380C
Black with #43380C
Text Example
Text Example
White with #43380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43380C; }
p { color: rgb(67,56,12); }
H1.HeaderClassName
{
color: #43380C;
}
.AnyTagClassName
{
color: #43380C;
}
</style>
background-color css
<style>
a { background-color: #43380C; }
a { background-color: rgb(67,56,12); }
div.DivClassName
{
background-color: #43380C;
}
.BgClassName
{
background-color: #43380C;
}
</style>
border-color css
<style>
span { border-color: #43380C; }
span { border-color: rgb(67,56,12); }
td.TdClassName
{
border-color: #43380C;
}
.TagClassName
{
border-color: #43380C;
}
</style>