Shades of Mikado #453200
Tints of Mikado #453200
RGB
CMYK
RGB Variations
Color information
#453200 (or 0x453200) is known color: Mikado. HEX triplet: 45, 32 and 00. RGB value is (69,50,0). Sum of RGB (Red+Green+Blue) = 69+50+0=119 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.98% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 69 - color contains mainly: red. Hex color #453200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453200 is #BACDFF. Grayscale: #323232. Windows color (decimal): -12242432 or 12869. OLE color: 12869.
HSL color Cylindrical-coordinate representation of color #453200: hue angle of 43.48º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #453200 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 50 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.73 |
| HSL | 43.48º | 1% | 0.14% | - |
| HSV(B) | 43.48º | 1% | 0.27% | - |
| XYZ | 3.59 | 3.55 | 0.5 | - |
| YUV | 49.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 50 | 0 | 0 | 0.28 | 1 | 0.73 | 43.48 | 1 | 0.14 |
| Hex | 45 | 32 | 0 | 0 | 1C | 64 | 49 | 2B | 64 | E |
| Octal | 105 | 62 | 0 | 0 | 34 | 144 | 111 | 53 | 144 | 16 |
| Binary | 1000101 | 110010 | 0 | 0 | 11100 | 1100100 | 1001001 | 101011 | 1100100 | 1110 |
Color Harmonies of #453200
Complementary color
Monochromatic Colors of #453200
Black with #453200
Text Example
Text Example
White with #453200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453200; }
p { color: rgb(69,50,0); }
H1.HeaderClassName
{
color: #453200;
}
.AnyTagClassName
{
color: #453200;
}
</style>
background-color css
<style>
a { background-color: #453200; }
a { background-color: rgb(69,50,0); }
div.DivClassName
{
background-color: #453200;
}
.BgClassName
{
background-color: #453200;
}
</style>
border-color css
<style>
span { border-color: #453200; }
span { border-color: rgb(69,50,0); }
td.TdClassName
{
border-color: #453200;
}
.TagClassName
{
border-color: #453200;
}
</style>