Shades of Madras #453B0C
Tints of Madras #453B0C
RGB
CMYK
RGB Variations
Color information
#453B0C (or 0x453B0C) is known color: Madras. HEX triplet: 45, 3B and 0C. RGB value is (69,59,12). Sum of RGB (Red+Green+Blue) = 69+59+12=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #453B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453B0C is #BAC4F3. Grayscale: #383838. Windows color (decimal): -12240116 or 801605. OLE color: 801605.
HSL color Cylindrical-coordinate representation of color #453B0C: hue angle of 49.47º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #453B0C is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 59 | 12 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.73 |
| HSL | 49.47º | 0.7% | 0.16% | - |
| HSV(B) | 49.47º | 0.83% | 0.27% | - |
| XYZ | 4.08 | 4.42 | 0.99 | - |
| YUV | 56.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 12 | 0 | 0.14 | 0.83 | 0.73 | 49.47 | 0.7 | 0.16 |
| Hex | 45 | 3B | C | 0 | E | 53 | 49 | 31 | 46 | 10 |
| Octal | 105 | 73 | 14 | 0 | 16 | 123 | 111 | 61 | 106 | 20 |
| Binary | 1000101 | 111011 | 1100 | 0 | 1110 | 1010011 | 1001001 | 110001 | 1000110 | 10000 |
Color Harmonies of #453B0C
Complementary color
Monochromatic Colors of #453B0C
Black with #453B0C
Text Example
Text Example
White with #453B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B0C; }
p { color: rgb(69,59,12); }
H1.HeaderClassName
{
color: #453B0C;
}
.AnyTagClassName
{
color: #453B0C;
}
</style>
background-color css
<style>
a { background-color: #453B0C; }
a { background-color: rgb(69,59,12); }
div.DivClassName
{
background-color: #453B0C;
}
.BgClassName
{
background-color: #453B0C;
}
</style>
border-color css
<style>
span { border-color: #453B0C; }
span { border-color: rgb(69,59,12); }
td.TdClassName
{
border-color: #453B0C;
}
.TagClassName
{
border-color: #453B0C;
}
</style>