Shades of Mikado #452F01
Tints of Mikado #452F01
RGB
CMYK
RGB Variations
Color information
#452F01 (or 0x452F01) is known color: Mikado. HEX triplet: 45, 2F and 01. RGB value is (69,47,1). Sum of RGB (Red+Green+Blue) = 69+47+1=117 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.97% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 69 - color contains mainly: red. Hex color #452F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452F01 is #BAD0FE. Grayscale: #303030. Windows color (decimal): -12243199 or 77637. OLE color: 77637.
HSL color Cylindrical-coordinate representation of color #452F01: hue angle of 40.59º 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 #452F01 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 47 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.73 |
| HSL | 40.59º | 0.97% | 0.14% | - |
| HSV(B) | 40.59º | 0.99% | 0.27% | - |
| XYZ | 3.48 | 3.3 | 0.48 | - |
| YUV | 48.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 47 | 1 | 0 | 0.32 | 0.99 | 0.73 | 40.59 | 0.97 | 0.14 |
| Hex | 45 | 2F | 1 | 0 | 20 | 63 | 49 | 29 | 61 | E |
| Octal | 105 | 57 | 1 | 0 | 40 | 143 | 111 | 51 | 141 | 16 |
| Binary | 1000101 | 101111 | 1 | 0 | 100000 | 1100011 | 1001001 | 101001 | 1100001 | 1110 |
Color Harmonies of #452F01
Complementary color
Monochromatic Colors of #452F01
Black with #452F01
Text Example
Text Example
White with #452F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452F01; }
p { color: rgb(69,47,1); }
H1.HeaderClassName
{
color: #452F01;
}
.AnyTagClassName
{
color: #452F01;
}
</style>
background-color css
<style>
a { background-color: #452F01; }
a { background-color: rgb(69,47,1); }
div.DivClassName
{
background-color: #452F01;
}
.BgClassName
{
background-color: #452F01;
}
</style>
border-color css
<style>
span { border-color: #452F01; }
span { border-color: rgb(69,47,1); }
td.TdClassName
{
border-color: #452F01;
}
.TagClassName
{
border-color: #452F01;
}
</style>