Shades of Mikado #42330D
Tints of Mikado #42330D
RGB
CMYK
RGB Variations
Color information
#42330D (or 0x42330D) is known color: Mikado. HEX triplet: 42, 33 and 0D. RGB value is (66,51,13). Sum of RGB (Red+Green+Blue) = 66+51+13=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #42330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42330D is #BDCCF2. Grayscale: #333333. Windows color (decimal): -12438771 or 865090. OLE color: 865090.
HSL color Cylindrical-coordinate representation of color #42330D: hue angle of 43.02º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42330D is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 51 | 13 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.74 |
| HSL | 43.02º | 0.67% | 0.15% | - |
| HSV(B) | 43.02º | 0.8% | 0.26% | - |
| XYZ | 3.5 | 3.55 | 0.88 | - |
| YUV | 51.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 13 | 0 | 0.23 | 0.80 | 0.74 | 43.02 | 0.67 | 0.15 |
| Hex | 42 | 33 | D | 0 | 17 | 50 | 4A | 2B | 43 | F |
| Octal | 102 | 63 | 15 | 0 | 27 | 120 | 112 | 53 | 103 | 17 |
| Binary | 1000010 | 110011 | 1101 | 0 | 10111 | 1010000 | 1001010 | 101011 | 1000011 | 1111 |
Color Harmonies of #42330D
Complementary color
Monochromatic Colors of #42330D
Black with #42330D
Text Example
Text Example
White with #42330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42330D; }
p { color: rgb(66,51,13); }
H1.HeaderClassName
{
color: #42330D;
}
.AnyTagClassName
{
color: #42330D;
}
</style>
background-color css
<style>
a { background-color: #42330D; }
a { background-color: rgb(66,51,13); }
div.DivClassName
{
background-color: #42330D;
}
.BgClassName
{
background-color: #42330D;
}
</style>
border-color css
<style>
span { border-color: #42330D; }
span { border-color: rgb(66,51,13); }
td.TdClassName
{
border-color: #42330D;
}
.TagClassName
{
border-color: #42330D;
}
</style>