Shades of Mikado #42381A
Tints of Mikado #42381A
RGB
CMYK
RGB Variations
Color information
#42381A (or 0x42381A) is known color: Mikado. HEX triplet: 42, 38 and 1A. RGB value is (66,56,26). Sum of RGB (Red+Green+Blue) = 66+56+26=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #42381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42381A is #BDC7E5. Grayscale: #373737. Windows color (decimal): -12437478 or 1718338. OLE color: 1718338.
HSL color Cylindrical-coordinate representation of color #42381A: hue angle of 45º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42381A is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 56 | 26 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.74 |
| HSL | 45º | 0.43% | 0.18% | - |
| HSV(B) | 45º | 0.61% | 0.26% | - |
| XYZ | 3.85 | 4.06 | 1.56 | - |
| YUV | 55.57 | 111.31 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 56 | 26 | 0 | 0.15 | 0.61 | 0.74 | 45 | 0.43 | 0.18 |
| Hex | 42 | 38 | 1A | 0 | F | 3D | 4A | 2D | 2B | 12 |
| Octal | 102 | 70 | 32 | 0 | 17 | 75 | 112 | 55 | 53 | 22 |
| Binary | 1000010 | 111000 | 11010 | 0 | 1111 | 111101 | 1001010 | 101101 | 101011 | 10010 |
Color Harmonies of #42381A
Complementary color
Monochromatic Colors of #42381A
Black with #42381A
Text Example
Text Example
White with #42381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42381A; }
p { color: rgb(66,56,26); }
H1.HeaderClassName
{
color: #42381A;
}
.AnyTagClassName
{
color: #42381A;
}
</style>
background-color css
<style>
a { background-color: #42381A; }
a { background-color: rgb(66,56,26); }
div.DivClassName
{
background-color: #42381A;
}
.BgClassName
{
background-color: #42381A;
}
</style>
border-color css
<style>
span { border-color: #42381A; }
span { border-color: rgb(66,56,26); }
td.TdClassName
{
border-color: #42381A;
}
.TagClassName
{
border-color: #42381A;
}
</style>