Shades of Mikado #41381C
Tints of Mikado #41381C
RGB
CMYK
RGB Variations
Color information
#41381C (or 0x41381C) is known color: Mikado. HEX triplet: 41, 38 and 1C. RGB value is (65,56,28). Sum of RGB (Red+Green+Blue) = 65+56+28=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #41381C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41381C is #BEC7E3. Grayscale: #373737. Windows color (decimal): -12503012 or 1849409. OLE color: 1849409.
HSL color Cylindrical-coordinate representation of color #41381C: hue angle of 45.41º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41381C is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 56 | 28 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.75 |
| HSL | 45.41º | 0.4% | 0.18% | - |
| HSV(B) | 45.41º | 0.57% | 0.25% | - |
| XYZ | 3.8 | 4.04 | 1.68 | - |
| YUV | 55.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 28 | 0 | 0.14 | 0.57 | 0.75 | 45.41 | 0.4 | 0.18 |
| Hex | 41 | 38 | 1C | 0 | E | 39 | 4B | 2D | 28 | 12 |
| Octal | 101 | 70 | 34 | 0 | 16 | 71 | 113 | 55 | 50 | 22 |
| Binary | 1000001 | 111000 | 11100 | 0 | 1110 | 111001 | 1001011 | 101101 | 101000 | 10010 |
Color Harmonies of #41381C
Complementary color
Monochromatic Colors of #41381C
Black with #41381C
Text Example
Text Example
White with #41381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41381C; }
p { color: rgb(65,56,28); }
H1.HeaderClassName
{
color: #41381C;
}
.AnyTagClassName
{
color: #41381C;
}
</style>
background-color css
<style>
a { background-color: #41381C; }
a { background-color: rgb(65,56,28); }
div.DivClassName
{
background-color: #41381C;
}
.BgClassName
{
background-color: #41381C;
}
</style>
border-color css
<style>
span { border-color: #41381C; }
span { border-color: rgb(65,56,28); }
td.TdClassName
{
border-color: #41381C;
}
.TagClassName
{
border-color: #41381C;
}
</style>