Shades of Mikado #482F00
Tints of Mikado #482F00
RGB
CMYK
RGB Variations
Color information
#482F00 (or 0x482F00) is known color: Mikado. HEX triplet: 48, 2F and 00. RGB value is (72,47,0). Sum of RGB (Red+Green+Blue) = 72+47+0=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #482F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F00 is #B7D0FF. Grayscale: #313131. Windows color (decimal): -12046592 or 12104. OLE color: 12104.
HSL color Cylindrical-coordinate representation of color #482F00: hue angle of 39.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #482F00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 47 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.72 |
| HSL | 39.17º | 1% | 0.14% | - |
| HSV(B) | 39.17º | 1% | 0.28% | - |
| XYZ | 3.69 | 3.41 | 0.46 | - |
| YUV | 49.12 | 100.28 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 0 | 0 | 0.35 | 1 | 0.72 | 39.17 | 1 | 0.14 |
| Hex | 48 | 2F | 0 | 0 | 23 | 64 | 48 | 27 | 64 | E |
| Octal | 110 | 57 | 0 | 0 | 43 | 144 | 110 | 47 | 144 | 16 |
| Binary | 1001000 | 101111 | 0 | 0 | 100011 | 1100100 | 1001000 | 100111 | 1100100 | 1110 |
Color Harmonies of #482F00
Complementary color
Monochromatic Colors of #482F00
Black with #482F00
Text Example
Text Example
White with #482F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F00; }
p { color: rgb(72,47,0); }
H1.HeaderClassName
{
color: #482F00;
}
.AnyTagClassName
{
color: #482F00;
}
</style>
background-color css
<style>
a { background-color: #482F00; }
a { background-color: rgb(72,47,0); }
div.DivClassName
{
background-color: #482F00;
}
.BgClassName
{
background-color: #482F00;
}
</style>
border-color css
<style>
span { border-color: #482F00; }
span { border-color: rgb(72,47,0); }
td.TdClassName
{
border-color: #482F00;
}
.TagClassName
{
border-color: #482F00;
}
</style>