Shades of Mikado #453314
Tints of Mikado #453314
RGB
CMYK
RGB Variations
Color information
#453314 (or 0x453314) is known color: Mikado. HEX triplet: 45, 33 and 14. RGB value is (69,51,20). Sum of RGB (Red+Green+Blue) = 69+51+20=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #453314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453314 is #BACCEB. Grayscale: #343434. Windows color (decimal): -12242156 or 1323845. OLE color: 1323845.
HSL color Cylindrical-coordinate representation of color #453314: hue angle of 37.96º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #453314 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 51 | 20 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.73 |
| HSL | 37.96º | 0.55% | 0.17% | - |
| HSV(B) | 37.96º | 0.71% | 0.27% | - |
| XYZ | 3.76 | 3.68 | 1.17 | - |
| YUV | 52.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 51 | 20 | 0 | 0.26 | 0.71 | 0.73 | 37.96 | 0.55 | 0.17 |
| Hex | 45 | 33 | 14 | 0 | 1A | 47 | 49 | 26 | 37 | 11 |
| Octal | 105 | 63 | 24 | 0 | 32 | 107 | 111 | 46 | 67 | 21 |
| Binary | 1000101 | 110011 | 10100 | 0 | 11010 | 1000111 | 1001001 | 100110 | 110111 | 10001 |
Color Harmonies of #453314
Complementary color
Monochromatic Colors of #453314
Black with #453314
Text Example
Text Example
White with #453314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453314; }
p { color: rgb(69,51,20); }
H1.HeaderClassName
{
color: #453314;
}
.AnyTagClassName
{
color: #453314;
}
</style>
background-color css
<style>
a { background-color: #453314; }
a { background-color: rgb(69,51,20); }
div.DivClassName
{
background-color: #453314;
}
.BgClassName
{
background-color: #453314;
}
</style>
border-color css
<style>
span { border-color: #453314; }
span { border-color: rgb(69,51,20); }
td.TdClassName
{
border-color: #453314;
}
.TagClassName
{
border-color: #453314;
}
</style>