Shades of Madras #453C02
Tints of Madras #453C02
RGB
CMYK
RGB Variations
Color information
#453C02 (or 0x453C02) is known color: Madras. HEX triplet: 45, 3C and 02. RGB value is (69,60,2). Sum of RGB (Red+Green+Blue) = 69+60+2=131 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.67% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 69 - color contains mainly: red. Hex color #453C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453C02 is #BAC3FD. Grayscale: #383838. Windows color (decimal): -12239870 or 146501. OLE color: 146501.
HSL color Cylindrical-coordinate representation of color #453C02: hue angle of 51.94º 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 #453C02 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 60 | 2 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.73 |
| HSL | 51.94º | 0.94% | 0.14% | - |
| HSV(B) | 51.94º | 0.97% | 0.27% | - |
| XYZ | 4.08 | 4.5 | 0.71 | - |
| YUV | 56.08 | 97.48 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 2 | 0 | 0.13 | 0.97 | 0.73 | 51.94 | 0.94 | 0.14 |
| Hex | 45 | 3C | 2 | 0 | D | 61 | 49 | 34 | 5E | E |
| Octal | 105 | 74 | 2 | 0 | 15 | 141 | 111 | 64 | 136 | 16 |
| Binary | 1000101 | 111100 | 10 | 0 | 1101 | 1100001 | 1001001 | 110100 | 1011110 | 1110 |
Color Harmonies of #453C02
Complementary color
Monochromatic Colors of #453C02
Black with #453C02
Text Example
Text Example
White with #453C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C02; }
p { color: rgb(69,60,2); }
H1.HeaderClassName
{
color: #453C02;
}
.AnyTagClassName
{
color: #453C02;
}
</style>
background-color css
<style>
a { background-color: #453C02; }
a { background-color: rgb(69,60,2); }
div.DivClassName
{
background-color: #453C02;
}
.BgClassName
{
background-color: #453C02;
}
</style>
border-color css
<style>
span { border-color: #453C02; }
span { border-color: rgb(69,60,2); }
td.TdClassName
{
border-color: #453C02;
}
.TagClassName
{
border-color: #453C02;
}
</style>