Shades of Mikado #483714
Tints of Mikado #483714
RGB
CMYK
RGB Variations
Color information
#483714 (or 0x483714) is known color: Mikado. HEX triplet: 48, 37 and 14. RGB value is (72,55,20). Sum of RGB (Red+Green+Blue) = 72+55+20=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #483714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483714 is #B7C8EB. Grayscale: #383838. Windows color (decimal): -12044524 or 1324872. OLE color: 1324872.
HSL color Cylindrical-coordinate representation of color #483714: hue angle of 40.38º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #483714 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 55 | 20 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.72 |
| HSL | 40.38º | 0.57% | 0.18% | - |
| HSV(B) | 40.38º | 0.72% | 0.28% | - |
| XYZ | 4.16 | 4.16 | 1.25 | - |
| YUV | 56.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 55 | 20 | 0 | 0.24 | 0.72 | 0.72 | 40.38 | 0.57 | 0.18 |
| Hex | 48 | 37 | 14 | 0 | 18 | 48 | 48 | 28 | 39 | 12 |
| Octal | 110 | 67 | 24 | 0 | 30 | 110 | 110 | 50 | 71 | 22 |
| Binary | 1001000 | 110111 | 10100 | 0 | 11000 | 1001000 | 1001000 | 101000 | 111001 | 10010 |
Color Harmonies of #483714
Complementary color
Monochromatic Colors of #483714
Black with #483714
Text Example
Text Example
White with #483714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483714; }
p { color: rgb(72,55,20); }
H1.HeaderClassName
{
color: #483714;
}
.AnyTagClassName
{
color: #483714;
}
</style>
background-color css
<style>
a { background-color: #483714; }
a { background-color: rgb(72,55,20); }
div.DivClassName
{
background-color: #483714;
}
.BgClassName
{
background-color: #483714;
}
</style>
border-color css
<style>
span { border-color: #483714; }
span { border-color: rgb(72,55,20); }
td.TdClassName
{
border-color: #483714;
}
.TagClassName
{
border-color: #483714;
}
</style>