Shades of Madras #484303
Tints of Madras #484303
RGB
CMYK
RGB Variations
Color information
#484303 (or 0x484303) is known color: Madras. HEX triplet: 48, 43 and 03. RGB value is (72,67,3). Sum of RGB (Red+Green+Blue) = 72+67+3=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #484303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484303 is #B7BCFC. Grayscale: #3D3D3D. Windows color (decimal): -12041469 or 213832. OLE color: 213832.
HSL color Cylindrical-coordinate representation of color #484303: hue angle of 55.65º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #484303 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 67 | 3 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.72 |
| HSL | 55.65º | 0.92% | 0.15% | - |
| HSV(B) | 55.65º | 0.96% | 0.28% | - |
| XYZ | 4.7 | 5.4 | 0.88 | - |
| YUV | 61.2 | 95.16 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 3 | 0 | 0.07 | 0.96 | 0.72 | 55.65 | 0.92 | 0.15 |
| Hex | 48 | 43 | 3 | 0 | 7 | 60 | 48 | 38 | 5C | F |
| Octal | 110 | 103 | 3 | 0 | 7 | 140 | 110 | 70 | 134 | 17 |
| Binary | 1001000 | 1000011 | 11 | 0 | 111 | 1100000 | 1001000 | 111000 | 1011100 | 1111 |
Color Harmonies of #484303
Complementary color
Monochromatic Colors of #484303
Black with #484303
Text Example
Text Example
White with #484303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484303; }
p { color: rgb(72,67,3); }
H1.HeaderClassName
{
color: #484303;
}
.AnyTagClassName
{
color: #484303;
}
</style>
background-color css
<style>
a { background-color: #484303; }
a { background-color: rgb(72,67,3); }
div.DivClassName
{
background-color: #484303;
}
.BgClassName
{
background-color: #484303;
}
</style>
border-color css
<style>
span { border-color: #484303; }
span { border-color: rgb(72,67,3); }
td.TdClassName
{
border-color: #484303;
}
.TagClassName
{
border-color: #484303;
}
</style>