Shades of Mikado #423820
Tints of Mikado #423820
RGB
CMYK
RGB Variations
Color information
#423820 (or 0x423820) is known color: Mikado. HEX triplet: 42, 38 and 20. RGB value is (66,56,32). Sum of RGB (Red+Green+Blue) = 66+56+32=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 66 - color contains mainly: red. Hex color #423820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423820 is #BDC7DF. Grayscale: #383838. Windows color (decimal): -12437472 or 2111554. OLE color: 2111554.
HSL color Cylindrical-coordinate representation of color #423820: hue angle of 42.35º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #423820 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 56 | 32 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.74 |
| HSL | 42.35º | 0.35% | 0.19% | - |
| HSV(B) | 42.35º | 0.52% | 0.26% | - |
| XYZ | 3.92 | 4.09 | 1.95 | - |
| YUV | 56.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 56 | 32 | 0 | 0.15 | 0.52 | 0.74 | 42.35 | 0.35 | 0.19 |
| Hex | 42 | 38 | 20 | 0 | F | 34 | 4A | 2A | 23 | 13 |
| Octal | 102 | 70 | 40 | 0 | 17 | 64 | 112 | 52 | 43 | 23 |
| Binary | 1000010 | 111000 | 100000 | 0 | 1111 | 110100 | 1001010 | 101010 | 100011 | 10011 |
Color Harmonies of #423820
Complementary color
Monochromatic Colors of #423820
Black with #423820
Text Example
Text Example
White with #423820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423820; }
p { color: rgb(66,56,32); }
H1.HeaderClassName
{
color: #423820;
}
.AnyTagClassName
{
color: #423820;
}
</style>
background-color css
<style>
a { background-color: #423820; }
a { background-color: rgb(66,56,32); }
div.DivClassName
{
background-color: #423820;
}
.BgClassName
{
background-color: #423820;
}
</style>
border-color css
<style>
span { border-color: #423820; }
span { border-color: rgb(66,56,32); }
td.TdClassName
{
border-color: #423820;
}
.TagClassName
{
border-color: #423820;
}
</style>