Shades of Mikado #42330C
Tints of Mikado #42330C
RGB
CMYK
RGB Variations
Color information
#42330C (or 0x42330C) is known color: Mikado. HEX triplet: 42, 33 and 0C. RGB value is (66,51,12). Sum of RGB (Red+Green+Blue) = 66+51+12=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #42330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42330C is #BDCCF3. Grayscale: #333333. Windows color (decimal): -12438772 or 799554. OLE color: 799554.
HSL color Cylindrical-coordinate representation of color #42330C: hue angle of 43.33º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42330C is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 51 | 12 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.74 |
| HSL | 43.33º | 0.69% | 0.15% | - |
| HSV(B) | 43.33º | 0.82% | 0.26% | - |
| XYZ | 3.5 | 3.55 | 0.85 | - |
| YUV | 51.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 12 | 0 | 0.23 | 0.82 | 0.74 | 43.33 | 0.69 | 0.15 |
| Hex | 42 | 33 | C | 0 | 17 | 52 | 4A | 2B | 45 | F |
| Octal | 102 | 63 | 14 | 0 | 27 | 122 | 112 | 53 | 105 | 17 |
| Binary | 1000010 | 110011 | 1100 | 0 | 10111 | 1010010 | 1001010 | 101011 | 1000101 | 1111 |
Color Harmonies of #42330C
Complementary color
Monochromatic Colors of #42330C
Black with #42330C
Text Example
Text Example
White with #42330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42330C; }
p { color: rgb(66,51,12); }
H1.HeaderClassName
{
color: #42330C;
}
.AnyTagClassName
{
color: #42330C;
}
</style>
background-color css
<style>
a { background-color: #42330C; }
a { background-color: rgb(66,51,12); }
div.DivClassName
{
background-color: #42330C;
}
.BgClassName
{
background-color: #42330C;
}
</style>
border-color css
<style>
span { border-color: #42330C; }
span { border-color: rgb(66,51,12); }
td.TdClassName
{
border-color: #42330C;
}
.TagClassName
{
border-color: #42330C;
}
</style>