Shades of Mikado #452D01
Tints of Mikado #452D01
RGB
CMYK
RGB Variations
Color information
#452D01 (or 0x452D01) is known color: Mikado. HEX triplet: 45, 2D and 01. RGB value is (69,45,1). Sum of RGB (Red+Green+Blue) = 69+45+1=115 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60% from 115); Green value is 45 (17.97% from 255 or 39.13% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 69 - color contains mainly: red. Hex color #452D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452D01 is #BAD2FE. Grayscale: #2F2F2F. Windows color (decimal): -12243711 or 77125. OLE color: 77125.
HSL color Cylindrical-coordinate representation of color #452D01: hue angle of 38.82º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #452D01 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 45 | 1 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.73 |
| HSL | 38.82º | 0.97% | 0.14% | - |
| HSV(B) | 38.82º | 0.99% | 0.27% | - |
| XYZ | 3.4 | 3.14 | 0.46 | - |
| YUV | 47.16 | 101.95 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 1 | 0 | 0.35 | 0.99 | 0.73 | 38.82 | 0.97 | 0.14 |
| Hex | 45 | 2D | 1 | 0 | 23 | 63 | 49 | 27 | 61 | E |
| Octal | 105 | 55 | 1 | 0 | 43 | 143 | 111 | 47 | 141 | 16 |
| Binary | 1000101 | 101101 | 1 | 0 | 100011 | 1100011 | 1001001 | 100111 | 1100001 | 1110 |
Color Harmonies of #452D01
Complementary color
Monochromatic Colors of #452D01
Black with #452D01
Text Example
Text Example
White with #452D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452D01; }
p { color: rgb(69,45,1); }
H1.HeaderClassName
{
color: #452D01;
}
.AnyTagClassName
{
color: #452D01;
}
</style>
background-color css
<style>
a { background-color: #452D01; }
a { background-color: rgb(69,45,1); }
div.DivClassName
{
background-color: #452D01;
}
.BgClassName
{
background-color: #452D01;
}
</style>
border-color css
<style>
span { border-color: #452D01; }
span { border-color: rgb(69,45,1); }
td.TdClassName
{
border-color: #452D01;
}
.TagClassName
{
border-color: #452D01;
}
</style>