Shades of Mikado #453821
Tints of Mikado #453821
RGB
CMYK
RGB Variations
Color information
#453821 (or 0x453821) is known color: Mikado. HEX triplet: 45, 38 and 21. RGB value is (69,56,33). Sum of RGB (Red+Green+Blue) = 69+56+33=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 69 - color contains mainly: red. Hex color #453821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453821 is #BAC7DE. Grayscale: #393939. Windows color (decimal): -12240863 or 2177093. OLE color: 2177093.
HSL color Cylindrical-coordinate representation of color #453821: hue angle of 38.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #453821 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 56 | 33 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.73 |
| HSL | 38.33º | 0.35% | 0.2% | - |
| HSV(B) | 38.33º | 0.52% | 0.27% | - |
| XYZ | 4.14 | 4.2 | 2.03 | - |
| YUV | 57.27 | 114.31 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 33 | 0 | 0.19 | 0.52 | 0.73 | 38.33 | 0.35 | 0.2 |
| Hex | 45 | 38 | 21 | 0 | 13 | 34 | 49 | 26 | 23 | 14 |
| Octal | 105 | 70 | 41 | 0 | 23 | 64 | 111 | 46 | 43 | 24 |
| Binary | 1000101 | 111000 | 100001 | 0 | 10011 | 110100 | 1001001 | 100110 | 100011 | 10100 |
Color Harmonies of #453821
Complementary color
Monochromatic Colors of #453821
Black with #453821
Text Example
Text Example
White with #453821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453821; }
p { color: rgb(69,56,33); }
H1.HeaderClassName
{
color: #453821;
}
.AnyTagClassName
{
color: #453821;
}
</style>
background-color css
<style>
a { background-color: #453821; }
a { background-color: rgb(69,56,33); }
div.DivClassName
{
background-color: #453821;
}
.BgClassName
{
background-color: #453821;
}
</style>
border-color css
<style>
span { border-color: #453821; }
span { border-color: rgb(69,56,33); }
td.TdClassName
{
border-color: #453821;
}
.TagClassName
{
border-color: #453821;
}
</style>