Shades of Mikado #452D04
Tints of Mikado #452D04
RGB
CMYK
RGB Variations
Color information
#452D04 (or 0x452D04) is known color: Mikado. HEX triplet: 45, 2D and 04. RGB value is (69,45,4). Sum of RGB (Red+Green+Blue) = 69+45+4=118 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.47% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 69 - color contains mainly: red. Hex color #452D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452D04 is #BAD2FB. Grayscale: #2F2F2F. Windows color (decimal): -12243708 or 273733. OLE color: 273733.
HSL color Cylindrical-coordinate representation of color #452D04: hue angle of 37.85º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #452D04 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 45 | 4 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.73 |
| HSL | 37.85º | 0.89% | 0.14% | - |
| HSV(B) | 37.85º | 0.94% | 0.27% | - |
| XYZ | 3.41 | 3.15 | 0.54 | - |
| YUV | 47.5 | 103.45 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 4 | 0 | 0.35 | 0.94 | 0.73 | 37.85 | 0.89 | 0.14 |
| Hex | 45 | 2D | 4 | 0 | 23 | 5E | 49 | 26 | 59 | E |
| Octal | 105 | 55 | 4 | 0 | 43 | 136 | 111 | 46 | 131 | 16 |
| Binary | 1000101 | 101101 | 100 | 0 | 100011 | 1011110 | 1001001 | 100110 | 1011001 | 1110 |
Color Harmonies of #452D04
Complementary color
Monochromatic Colors of #452D04
Black with #452D04
Text Example
Text Example
White with #452D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452D04; }
p { color: rgb(69,45,4); }
H1.HeaderClassName
{
color: #452D04;
}
.AnyTagClassName
{
color: #452D04;
}
</style>
background-color css
<style>
a { background-color: #452D04; }
a { background-color: rgb(69,45,4); }
div.DivClassName
{
background-color: #452D04;
}
.BgClassName
{
background-color: #452D04;
}
</style>
border-color css
<style>
span { border-color: #452D04; }
span { border-color: rgb(69,45,4); }
td.TdClassName
{
border-color: #452D04;
}
.TagClassName
{
border-color: #452D04;
}
</style>