Shades of Mikado #483613
Tints of Mikado #483613
RGB
CMYK
RGB Variations
Color information
#483613 (or 0x483613) is known color: Mikado. HEX triplet: 48, 36 and 13. RGB value is (72,54,19). Sum of RGB (Red+Green+Blue) = 72+54+19=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #483613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483613 is #B7C9EC. Grayscale: #373737. Windows color (decimal): -12044781 or 1259080. OLE color: 1259080.
HSL color Cylindrical-coordinate representation of color #483613: hue angle of 39.62º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #483613 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 54 | 19 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.72 |
| HSL | 39.62º | 0.58% | 0.18% | - |
| HSV(B) | 39.62º | 0.74% | 0.28% | - |
| XYZ | 4.11 | 4.06 | 1.18 | - |
| YUV | 55.39 | 107.46 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 54 | 19 | 0 | 0.25 | 0.74 | 0.72 | 39.62 | 0.58 | 0.18 |
| Hex | 48 | 36 | 13 | 0 | 19 | 4A | 48 | 28 | 3A | 12 |
| Octal | 110 | 66 | 23 | 0 | 31 | 112 | 110 | 50 | 72 | 22 |
| Binary | 1001000 | 110110 | 10011 | 0 | 11001 | 1001010 | 1001000 | 101000 | 111010 | 10010 |
Color Harmonies of #483613
Complementary color
Monochromatic Colors of #483613
Black with #483613
Text Example
Text Example
White with #483613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483613; }
p { color: rgb(72,54,19); }
H1.HeaderClassName
{
color: #483613;
}
.AnyTagClassName
{
color: #483613;
}
</style>
background-color css
<style>
a { background-color: #483613; }
a { background-color: rgb(72,54,19); }
div.DivClassName
{
background-color: #483613;
}
.BgClassName
{
background-color: #483613;
}
</style>
border-color css
<style>
span { border-color: #483613; }
span { border-color: rgb(72,54,19); }
td.TdClassName
{
border-color: #483613;
}
.TagClassName
{
border-color: #483613;
}
</style>