Shades of Madras #453D00
Tints of Madras #453D00
RGB
CMYK
RGB Variations
Color information
#453D00 (or 0x453D00) is known color: Madras. HEX triplet: 45, 3D and 00. RGB value is (69,61,0). Sum of RGB (Red+Green+Blue) = 69+61+0=130 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.08% from 130); Green value is 61 (24.22% from 255 or 46.92% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 69 - color contains mainly: red. Hex color #453D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453D00 is #BAC2FF. Grayscale: #383838. Windows color (decimal): -12239616 or 15685. OLE color: 15685.
HSL color Cylindrical-coordinate representation of color #453D00: hue angle of 53.04º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #453D00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 61 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.73 |
| HSL | 53.04º | 1% | 0.14% | - |
| HSV(B) | 53.04º | 1% | 0.27% | - |
| XYZ | 4.12 | 4.6 | 0.67 | - |
| YUV | 56.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 0 | 0 | 0.12 | 1 | 0.73 | 53.04 | 1 | 0.14 |
| Hex | 45 | 3D | 0 | 0 | C | 64 | 49 | 35 | 64 | E |
| Octal | 105 | 75 | 0 | 0 | 14 | 144 | 111 | 65 | 144 | 16 |
| Binary | 1000101 | 111101 | 0 | 0 | 1100 | 1100100 | 1001001 | 110101 | 1100100 | 1110 |
Color Harmonies of #453D00
Complementary color
Monochromatic Colors of #453D00
Black with #453D00
Text Example
Text Example
White with #453D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D00; }
p { color: rgb(69,61,0); }
H1.HeaderClassName
{
color: #453D00;
}
.AnyTagClassName
{
color: #453D00;
}
</style>
background-color css
<style>
a { background-color: #453D00; }
a { background-color: rgb(69,61,0); }
div.DivClassName
{
background-color: #453D00;
}
.BgClassName
{
background-color: #453D00;
}
</style>
border-color css
<style>
span { border-color: #453D00; }
span { border-color: rgb(69,61,0); }
td.TdClassName
{
border-color: #453D00;
}
.TagClassName
{
border-color: #453D00;
}
</style>