Shades of Madras #483A05
Tints of Madras #483A05
RGB
CMYK
RGB Variations
Color information
#483A05 (or 0x483A05) is known color: Madras. HEX triplet: 48, 3A and 05. RGB value is (72,58,5). Sum of RGB (Red+Green+Blue) = 72+58+5=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #483A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483A05 is #B7C5FA. Grayscale: #383838. Windows color (decimal): -12043771 or 342600. OLE color: 342600.
HSL color Cylindrical-coordinate representation of color #483A05: hue angle of 47.46º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #483A05 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 58 | 5 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.72 |
| HSL | 47.46º | 0.87% | 0.15% | - |
| HSV(B) | 47.46º | 0.93% | 0.28% | - |
| XYZ | 4.21 | 4.41 | 0.77 | - |
| YUV | 56.14 | 99.14 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 5 | 0 | 0.19 | 0.93 | 0.72 | 47.46 | 0.87 | 0.15 |
| Hex | 48 | 3A | 5 | 0 | 13 | 5D | 48 | 2F | 57 | F |
| Octal | 110 | 72 | 5 | 0 | 23 | 135 | 110 | 57 | 127 | 17 |
| Binary | 1001000 | 111010 | 101 | 0 | 10011 | 1011101 | 1001000 | 101111 | 1010111 | 1111 |
Color Harmonies of #483A05
Complementary color
Monochromatic Colors of #483A05
Black with #483A05
Text Example
Text Example
White with #483A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A05; }
p { color: rgb(72,58,5); }
H1.HeaderClassName
{
color: #483A05;
}
.AnyTagClassName
{
color: #483A05;
}
</style>
background-color css
<style>
a { background-color: #483A05; }
a { background-color: rgb(72,58,5); }
div.DivClassName
{
background-color: #483A05;
}
.BgClassName
{
background-color: #483A05;
}
</style>
border-color css
<style>
span { border-color: #483A05; }
span { border-color: rgb(72,58,5); }
td.TdClassName
{
border-color: #483A05;
}
.TagClassName
{
border-color: #483A05;
}
</style>