Shades of Madras #45431C
Tints of Madras #45431C
RGB
CMYK
RGB Variations
Color information
#45431C (or 0x45431C) is known color: Madras. HEX triplet: 45, 43 and 1C. RGB value is (69,67,28). Sum of RGB (Red+Green+Blue) = 69+67+28=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 69 - color contains mainly: red. Hex color #45431C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45431C is #BABCE3. Grayscale: #3F3F3F. Windows color (decimal): -12238052 or 1852229. OLE color: 1852229.
HSL color Cylindrical-coordinate representation of color #45431C: hue angle of 57.07º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45431C is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 67 | 28 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.73 |
| HSL | 57.07º | 0.42% | 0.19% | - |
| HSV(B) | 57.07º | 0.59% | 0.27% | - |
| XYZ | 4.67 | 5.36 | 1.89 | - |
| YUV | 63.15 | 108.16 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 67 | 28 | 0 | 0.03 | 0.59 | 0.73 | 57.07 | 0.42 | 0.19 |
| Hex | 45 | 43 | 1C | 0 | 3 | 3B | 49 | 39 | 2A | 13 |
| Octal | 105 | 103 | 34 | 0 | 3 | 73 | 111 | 71 | 52 | 23 |
| Binary | 1000101 | 1000011 | 11100 | 0 | 11 | 111011 | 1001001 | 111001 | 101010 | 10011 |
Color Harmonies of #45431C
Complementary color
Monochromatic Colors of #45431C
Black with #45431C
Text Example
Text Example
White with #45431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45431C; }
p { color: rgb(69,67,28); }
H1.HeaderClassName
{
color: #45431C;
}
.AnyTagClassName
{
color: #45431C;
}
</style>
background-color css
<style>
a { background-color: #45431C; }
a { background-color: rgb(69,67,28); }
div.DivClassName
{
background-color: #45431C;
}
.BgClassName
{
background-color: #45431C;
}
</style>
border-color css
<style>
span { border-color: #45431C; }
span { border-color: rgb(69,67,28); }
td.TdClassName
{
border-color: #45431C;
}
.TagClassName
{
border-color: #45431C;
}
</style>