Shades of Madras #453C0D
Tints of Madras #453C0D
RGB
CMYK
RGB Variations
Color information
#453C0D (or 0x453C0D) is known color: Madras. HEX triplet: 45, 3C and 0D. RGB value is (69,60,13). Sum of RGB (Red+Green+Blue) = 69+60+13=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 69 - color contains mainly: red. Hex color #453C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453C0D is #BAC3F2. Grayscale: #393939. Windows color (decimal): -12239859 or 867397. OLE color: 867397.
HSL color Cylindrical-coordinate representation of color #453C0D: hue angle of 50.36º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #453C0D is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 60 | 13 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.73 |
| HSL | 50.36º | 0.68% | 0.16% | - |
| HSV(B) | 50.36º | 0.81% | 0.27% | - |
| XYZ | 4.14 | 4.53 | 1.04 | - |
| YUV | 57.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 13 | 0 | 0.13 | 0.81 | 0.73 | 50.36 | 0.68 | 0.16 |
| Hex | 45 | 3C | D | 0 | D | 51 | 49 | 32 | 44 | 10 |
| Octal | 105 | 74 | 15 | 0 | 15 | 121 | 111 | 62 | 104 | 20 |
| Binary | 1000101 | 111100 | 1101 | 0 | 1101 | 1010001 | 1001001 | 110010 | 1000100 | 10000 |
Color Harmonies of #453C0D
Complementary color
Monochromatic Colors of #453C0D
Black with #453C0D
Text Example
Text Example
White with #453C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C0D; }
p { color: rgb(69,60,13); }
H1.HeaderClassName
{
color: #453C0D;
}
.AnyTagClassName
{
color: #453C0D;
}
</style>
background-color css
<style>
a { background-color: #453C0D; }
a { background-color: rgb(69,60,13); }
div.DivClassName
{
background-color: #453C0D;
}
.BgClassName
{
background-color: #453C0D;
}
</style>
border-color css
<style>
span { border-color: #453C0D; }
span { border-color: rgb(69,60,13); }
td.TdClassName
{
border-color: #453C0D;
}
.TagClassName
{
border-color: #453C0D;
}
</style>