Shades of Mikado #423219
Tints of Mikado #423219
RGB
CMYK
RGB Variations
Color information
#423219 (or 0x423219) is known color: Mikado. HEX triplet: 42, 32 and 19. RGB value is (66,50,25). Sum of RGB (Red+Green+Blue) = 66+50+25=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 66 - color contains mainly: red. Hex color #423219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423219 is #BDCDE6. Grayscale: #343434. Windows color (decimal): -12439015 or 1651266. OLE color: 1651266.
HSL color Cylindrical-coordinate representation of color #423219: hue angle of 36.59º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #423219 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 50 | 25 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.74 |
| HSL | 36.59º | 0.45% | 0.18% | - |
| HSV(B) | 36.59º | 0.62% | 0.26% | - |
| XYZ | 3.56 | 3.51 | 1.41 | - |
| YUV | 51.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 50 | 25 | 0 | 0.24 | 0.62 | 0.74 | 36.59 | 0.45 | 0.18 |
| Hex | 42 | 32 | 19 | 0 | 18 | 3E | 4A | 25 | 2D | 12 |
| Octal | 102 | 62 | 31 | 0 | 30 | 76 | 112 | 45 | 55 | 22 |
| Binary | 1000010 | 110010 | 11001 | 0 | 11000 | 111110 | 1001010 | 100101 | 101101 | 10010 |
Color Harmonies of #423219
Complementary color
Monochromatic Colors of #423219
Black with #423219
Text Example
Text Example
White with #423219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423219; }
p { color: rgb(66,50,25); }
H1.HeaderClassName
{
color: #423219;
}
.AnyTagClassName
{
color: #423219;
}
</style>
background-color css
<style>
a { background-color: #423219; }
a { background-color: rgb(66,50,25); }
div.DivClassName
{
background-color: #423219;
}
.BgClassName
{
background-color: #423219;
}
</style>
border-color css
<style>
span { border-color: #423219; }
span { border-color: rgb(66,50,25); }
td.TdClassName
{
border-color: #423219;
}
.TagClassName
{
border-color: #423219;
}
</style>