Shades of Mikado #423411
Tints of Mikado #423411
RGB
CMYK
RGB Variations
Color information
#423411 (or 0x423411) is known color: Mikado. HEX triplet: 42, 34 and 11. RGB value is (66,52,17). Sum of RGB (Red+Green+Blue) = 66+52+17=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #423411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423411 is #BDCBEE. Grayscale: #343434. Windows color (decimal): -12438511 or 1127490. OLE color: 1127490.
HSL color Cylindrical-coordinate representation of color #423411: hue angle of 42.86º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #423411 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 52 | 17 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.74 |
| HSL | 42.86º | 0.59% | 0.16% | - |
| HSV(B) | 42.86º | 0.74% | 0.26% | - |
| XYZ | 3.58 | 3.65 | 1.05 | - |
| YUV | 52.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 52 | 17 | 0 | 0.21 | 0.74 | 0.74 | 42.86 | 0.59 | 0.16 |
| Hex | 42 | 34 | 11 | 0 | 15 | 4A | 4A | 2B | 3B | 10 |
| Octal | 102 | 64 | 21 | 0 | 25 | 112 | 112 | 53 | 73 | 20 |
| Binary | 1000010 | 110100 | 10001 | 0 | 10101 | 1001010 | 1001010 | 101011 | 111011 | 10000 |
Color Harmonies of #423411
Complementary color
Monochromatic Colors of #423411
Black with #423411
Text Example
Text Example
White with #423411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423411; }
p { color: rgb(66,52,17); }
H1.HeaderClassName
{
color: #423411;
}
.AnyTagClassName
{
color: #423411;
}
</style>
background-color css
<style>
a { background-color: #423411; }
a { background-color: rgb(66,52,17); }
div.DivClassName
{
background-color: #423411;
}
.BgClassName
{
background-color: #423411;
}
</style>
border-color css
<style>
span { border-color: #423411; }
span { border-color: rgb(66,52,17); }
td.TdClassName
{
border-color: #423411;
}
.TagClassName
{
border-color: #423411;
}
</style>