Shades of Madras #453E02
Tints of Madras #453E02
RGB
CMYK
RGB Variations
Color information
#453E02 (or 0x453E02) is known color: Madras. HEX triplet: 45, 3E and 02. RGB value is (69,62,2). Sum of RGB (Red+Green+Blue) = 69+62+2=133 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.88% from 133); Green value is 62 (24.61% from 255 or 46.62% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 69 - color contains mainly: red. Hex color #453E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453E02 is #BAC1FD. Grayscale: #393939. Windows color (decimal): -12239358 or 147013. OLE color: 147013.
HSL color Cylindrical-coordinate representation of color #453E02: hue angle of 53.73º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #453E02 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 62 | 2 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.73 |
| HSL | 53.73º | 0.94% | 0.14% | - |
| HSV(B) | 53.73º | 0.97% | 0.27% | - |
| XYZ | 4.19 | 4.71 | 0.75 | - |
| YUV | 57.25 | 96.82 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 2 | 0 | 0.10 | 0.97 | 0.73 | 53.73 | 0.94 | 0.14 |
| Hex | 45 | 3E | 2 | 0 | A | 61 | 49 | 36 | 5E | E |
| Octal | 105 | 76 | 2 | 0 | 12 | 141 | 111 | 66 | 136 | 16 |
| Binary | 1000101 | 111110 | 10 | 0 | 1010 | 1100001 | 1001001 | 110110 | 1011110 | 1110 |
Color Harmonies of #453E02
Complementary color
Monochromatic Colors of #453E02
Black with #453E02
Text Example
Text Example
White with #453E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453E02; }
p { color: rgb(69,62,2); }
H1.HeaderClassName
{
color: #453E02;
}
.AnyTagClassName
{
color: #453E02;
}
</style>
background-color css
<style>
a { background-color: #453E02; }
a { background-color: rgb(69,62,2); }
div.DivClassName
{
background-color: #453E02;
}
.BgClassName
{
background-color: #453E02;
}
</style>
border-color css
<style>
span { border-color: #453E02; }
span { border-color: rgb(69,62,2); }
td.TdClassName
{
border-color: #453E02;
}
.TagClassName
{
border-color: #453E02;
}
</style>