Shades of Mikado #45320A
Tints of Mikado #45320A
RGB
CMYK
RGB Variations
Color information
#45320A (or 0x45320A) is known color: Mikado. HEX triplet: 45, 32 and 0A. RGB value is (69,50,10). Sum of RGB (Red+Green+Blue) = 69+50+10=129 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.49% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 69 - color contains mainly: red. Hex color #45320A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45320A is #BACDF5. Grayscale: #333333. Windows color (decimal): -12242422 or 668229. OLE color: 668229.
HSL color Cylindrical-coordinate representation of color #45320A: hue angle of 40.68º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45320A is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 50 | 10 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.73 |
| HSL | 40.68º | 0.75% | 0.15% | - |
| HSV(B) | 40.68º | 0.86% | 0.27% | - |
| XYZ | 3.65 | 3.57 | 0.78 | - |
| YUV | 51.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 50 | 10 | 0 | 0.28 | 0.86 | 0.73 | 40.68 | 0.75 | 0.15 |
| Hex | 45 | 32 | A | 0 | 1C | 56 | 49 | 29 | 4B | F |
| Octal | 105 | 62 | 12 | 0 | 34 | 126 | 111 | 51 | 113 | 17 |
| Binary | 1000101 | 110010 | 1010 | 0 | 11100 | 1010110 | 1001001 | 101001 | 1001011 | 1111 |
Color Harmonies of #45320A
Complementary color
Monochromatic Colors of #45320A
Black with #45320A
Text Example
Text Example
White with #45320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45320A; }
p { color: rgb(69,50,10); }
H1.HeaderClassName
{
color: #45320A;
}
.AnyTagClassName
{
color: #45320A;
}
</style>
background-color css
<style>
a { background-color: #45320A; }
a { background-color: rgb(69,50,10); }
div.DivClassName
{
background-color: #45320A;
}
.BgClassName
{
background-color: #45320A;
}
</style>
border-color css
<style>
span { border-color: #45320A; }
span { border-color: rgb(69,50,10); }
td.TdClassName
{
border-color: #45320A;
}
.TagClassName
{
border-color: #45320A;
}
</style>