Shades of Mikado #42361C
Tints of Mikado #42361C
RGB
CMYK
RGB Variations
Color information
#42361C (or 0x42361C) is known color: Mikado. HEX triplet: 42, 36 and 1C. RGB value is (66,54,28). Sum of RGB (Red+Green+Blue) = 66+54+28=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #42361C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42361C is #BDC9E3. Grayscale: #363636. Windows color (decimal): -12437988 or 1848898. OLE color: 1848898.
HSL color Cylindrical-coordinate representation of color #42361C: hue angle of 41.05º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42361C is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 54 | 28 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.74 |
| HSL | 41.05º | 0.4% | 0.18% | - |
| HSV(B) | 41.05º | 0.58% | 0.26% | - |
| XYZ | 3.78 | 3.88 | 1.65 | - |
| YUV | 54.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 54 | 28 | 0 | 0.18 | 0.58 | 0.74 | 41.05 | 0.4 | 0.18 |
| Hex | 42 | 36 | 1C | 0 | 12 | 3A | 4A | 29 | 28 | 12 |
| Octal | 102 | 66 | 34 | 0 | 22 | 72 | 112 | 51 | 50 | 22 |
| Binary | 1000010 | 110110 | 11100 | 0 | 10010 | 111010 | 1001010 | 101001 | 101000 | 10010 |
Color Harmonies of #42361C
Complementary color
Monochromatic Colors of #42361C
Black with #42361C
Text Example
Text Example
White with #42361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42361C; }
p { color: rgb(66,54,28); }
H1.HeaderClassName
{
color: #42361C;
}
.AnyTagClassName
{
color: #42361C;
}
</style>
background-color css
<style>
a { background-color: #42361C; }
a { background-color: rgb(66,54,28); }
div.DivClassName
{
background-color: #42361C;
}
.BgClassName
{
background-color: #42361C;
}
</style>
border-color css
<style>
span { border-color: #42361C; }
span { border-color: rgb(66,54,28); }
td.TdClassName
{
border-color: #42361C;
}
.TagClassName
{
border-color: #42361C;
}
</style>