Shades of Madras #453E1B
Tints of Madras #453E1B
RGB
CMYK
RGB Variations
Color information
#453E1B (or 0x453E1B) is known color: Madras. HEX triplet: 45, 3E and 1B. RGB value is (69,62,27). Sum of RGB (Red+Green+Blue) = 69+62+27=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 69 - color contains mainly: red. Hex color #453E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453E1B is #BAC1E4. Grayscale: #3C3C3C. Windows color (decimal): -12239333 or 1785413. OLE color: 1785413.
HSL color Cylindrical-coordinate representation of color #453E1B: hue angle of 50º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #453E1B is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 62 | 27 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.73 |
| HSL | 50º | 0.44% | 0.19% | - |
| HSV(B) | 50º | 0.61% | 0.27% | - |
| XYZ | 4.37 | 4.79 | 1.73 | - |
| YUV | 60.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 27 | 0 | 0.10 | 0.61 | 0.73 | 50 | 0.44 | 0.19 |
| Hex | 45 | 3E | 1B | 0 | A | 3D | 49 | 32 | 2C | 13 |
| Octal | 105 | 76 | 33 | 0 | 12 | 75 | 111 | 62 | 54 | 23 |
| Binary | 1000101 | 111110 | 11011 | 0 | 1010 | 111101 | 1001001 | 110010 | 101100 | 10011 |
Color Harmonies of #453E1B
Complementary color
Monochromatic Colors of #453E1B
Black with #453E1B
Text Example
Text Example
White with #453E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453E1B; }
p { color: rgb(69,62,27); }
H1.HeaderClassName
{
color: #453E1B;
}
.AnyTagClassName
{
color: #453E1B;
}
</style>
background-color css
<style>
a { background-color: #453E1B; }
a { background-color: rgb(69,62,27); }
div.DivClassName
{
background-color: #453E1B;
}
.BgClassName
{
background-color: #453E1B;
}
</style>
border-color css
<style>
span { border-color: #453E1B; }
span { border-color: rgb(69,62,27); }
td.TdClassName
{
border-color: #453E1B;
}
.TagClassName
{
border-color: #453E1B;
}
</style>