Shades of Mikado #483510
Tints of Mikado #483510
RGB
CMYK
RGB Variations
Color information
#483510 (or 0x483510) is known color: Mikado. HEX triplet: 48, 35 and 10. RGB value is (72,53,16). Sum of RGB (Red+Green+Blue) = 72+53+16=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #483510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483510 is #B7CAEF. Grayscale: #363636. Windows color (decimal): -12045040 or 1062216. OLE color: 1062216.
HSL color Cylindrical-coordinate representation of color #483510: hue angle of 39.64º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #483510 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 53 | 16 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.72 |
| HSL | 39.64º | 0.64% | 0.17% | - |
| HSV(B) | 39.64º | 0.78% | 0.28% | - |
| XYZ | 4.04 | 3.96 | 1.04 | - |
| YUV | 54.46 | 106.29 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 53 | 16 | 0 | 0.26 | 0.78 | 0.72 | 39.64 | 0.64 | 0.17 |
| Hex | 48 | 35 | 10 | 0 | 1A | 4E | 48 | 28 | 40 | 11 |
| Octal | 110 | 65 | 20 | 0 | 32 | 116 | 110 | 50 | 100 | 21 |
| Binary | 1001000 | 110101 | 10000 | 0 | 11010 | 1001110 | 1001000 | 101000 | 1000000 | 10001 |
Color Harmonies of #483510
Complementary color
Monochromatic Colors of #483510
Black with #483510
Text Example
Text Example
White with #483510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483510; }
p { color: rgb(72,53,16); }
H1.HeaderClassName
{
color: #483510;
}
.AnyTagClassName
{
color: #483510;
}
</style>
background-color css
<style>
a { background-color: #483510; }
a { background-color: rgb(72,53,16); }
div.DivClassName
{
background-color: #483510;
}
.BgClassName
{
background-color: #483510;
}
</style>
border-color css
<style>
span { border-color: #483510; }
span { border-color: rgb(72,53,16); }
td.TdClassName
{
border-color: #483510;
}
.TagClassName
{
border-color: #483510;
}
</style>