Shades of Madras #45431A
Tints of Madras #45431A
RGB
CMYK
RGB Variations
Color information
#45431A (or 0x45431A) is known color: Madras. HEX triplet: 45, 43 and 1A. RGB value is (69,67,26). Sum of RGB (Red+Green+Blue) = 69+67+26=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 69 - color contains mainly: red. Hex color #45431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45431A is #BABCE5. Grayscale: #3F3F3F. Windows color (decimal): -12238054 or 1721157. OLE color: 1721157.
HSL color Cylindrical-coordinate representation of color #45431A: hue angle of 57.21º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45431A is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 67 | 26 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.73 |
| HSL | 57.21º | 0.45% | 0.19% | - |
| HSV(B) | 57.21º | 0.62% | 0.27% | - |
| XYZ | 4.65 | 5.35 | 1.77 | - |
| YUV | 62.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 67 | 26 | 0 | 0.03 | 0.62 | 0.73 | 57.21 | 0.45 | 0.19 |
| Hex | 45 | 43 | 1A | 0 | 3 | 3E | 49 | 39 | 2D | 13 |
| Octal | 105 | 103 | 32 | 0 | 3 | 76 | 111 | 71 | 55 | 23 |
| Binary | 1000101 | 1000011 | 11010 | 0 | 11 | 111110 | 1001001 | 111001 | 101101 | 10011 |
Color Harmonies of #45431A
Complementary color
Monochromatic Colors of #45431A
Black with #45431A
Text Example
Text Example
White with #45431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45431A; }
p { color: rgb(69,67,26); }
H1.HeaderClassName
{
color: #45431A;
}
.AnyTagClassName
{
color: #45431A;
}
</style>
background-color css
<style>
a { background-color: #45431A; }
a { background-color: rgb(69,67,26); }
div.DivClassName
{
background-color: #45431A;
}
.BgClassName
{
background-color: #45431A;
}
</style>
border-color css
<style>
span { border-color: #45431A; }
span { border-color: rgb(69,67,26); }
td.TdClassName
{
border-color: #45431A;
}
.TagClassName
{
border-color: #45431A;
}
</style>