Shades of Mikado #423500
Tints of Mikado #423500
RGB
CMYK
RGB Variations
Color information
#423500 (or 0x423500) is known color: Mikado. HEX triplet: 42, 35 and 00. RGB value is (66,53,0). Sum of RGB (Red+Green+Blue) = 66+53+0=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #423500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423500 is #BDCAFF. Grayscale: #333333. Windows color (decimal): -12438272 or 13634. OLE color: 13634.
HSL color Cylindrical-coordinate representation of color #423500: hue angle of 48.18º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #423500 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 53 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.74 |
| HSL | 48.18º | 1% | 0.13% | - |
| HSV(B) | 48.18º | 1% | 0.26% | - |
| XYZ | 3.52 | 3.7 | 0.53 | - |
| YUV | 50.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 53 | 0 | 0 | 0.20 | 1 | 0.74 | 48.18 | 1 | 0.13 |
| Hex | 42 | 35 | 0 | 0 | 14 | 64 | 4A | 30 | 64 | D |
| Octal | 102 | 65 | 0 | 0 | 24 | 144 | 112 | 60 | 144 | 15 |
| Binary | 1000010 | 110101 | 0 | 0 | 10100 | 1100100 | 1001010 | 110000 | 1100100 | 1101 |
Color Harmonies of #423500
Complementary color
Monochromatic Colors of #423500
Black with #423500
Text Example
Text Example
White with #423500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423500; }
p { color: rgb(66,53,0); }
H1.HeaderClassName
{
color: #423500;
}
.AnyTagClassName
{
color: #423500;
}
</style>
background-color css
<style>
a { background-color: #423500; }
a { background-color: rgb(66,53,0); }
div.DivClassName
{
background-color: #423500;
}
.BgClassName
{
background-color: #423500;
}
</style>
border-color css
<style>
span { border-color: #423500; }
span { border-color: rgb(66,53,0); }
td.TdClassName
{
border-color: #423500;
}
.TagClassName
{
border-color: #423500;
}
</style>