Shades of Madras #453F00
Tints of Madras #453F00
RGB
CMYK
RGB Variations
Color information
#453F00 (or 0x453F00) is known color: Madras. HEX triplet: 45, 3F and 00. RGB value is (69,63,0). Sum of RGB (Red+Green+Blue) = 69+63+0=132 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.27% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 69 - color contains mainly: red. Hex color #453F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453F00 is #BAC0FF. Grayscale: #393939. Windows color (decimal): -12239104 or 16197. OLE color: 16197.
HSL color Cylindrical-coordinate representation of color #453F00: hue angle of 54.78º 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 #453F00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 63 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.73 |
| HSL | 54.78º | 1% | 0.14% | - |
| HSV(B) | 54.78º | 1% | 0.27% | - |
| XYZ | 4.23 | 4.82 | 0.71 | - |
| YUV | 57.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 0 | 0 | 0.09 | 1 | 0.73 | 54.78 | 1 | 0.14 |
| Hex | 45 | 3F | 0 | 0 | 9 | 64 | 49 | 37 | 64 | E |
| Octal | 105 | 77 | 0 | 0 | 11 | 144 | 111 | 67 | 144 | 16 |
| Binary | 1000101 | 111111 | 0 | 0 | 1001 | 1100100 | 1001001 | 110111 | 1100100 | 1110 |
Color Harmonies of #453F00
Complementary color
Monochromatic Colors of #453F00
Black with #453F00
Text Example
Text Example
White with #453F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453F00; }
p { color: rgb(69,63,0); }
H1.HeaderClassName
{
color: #453F00;
}
.AnyTagClassName
{
color: #453F00;
}
</style>
background-color css
<style>
a { background-color: #453F00; }
a { background-color: rgb(69,63,0); }
div.DivClassName
{
background-color: #453F00;
}
.BgClassName
{
background-color: #453F00;
}
</style>
border-color css
<style>
span { border-color: #453F00; }
span { border-color: rgb(69,63,0); }
td.TdClassName
{
border-color: #453F00;
}
.TagClassName
{
border-color: #453F00;
}
</style>