Shades of Mikado #41341A
Tints of Mikado #41341A
RGB
CMYK
RGB Variations
Color information
#41341A (or 0x41341A) is known color: Mikado. HEX triplet: 41, 34 and 1A. RGB value is (65,52,26). Sum of RGB (Red+Green+Blue) = 65+52+26=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #41341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41341A is #BECBE5. Grayscale: #353535. Windows color (decimal): -12504038 or 1717313. OLE color: 1717313.
HSL color Cylindrical-coordinate representation of color #41341A: hue angle of 40º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41341A is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 52 | 26 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.75 |
| HSL | 40º | 0.43% | 0.18% | - |
| HSV(B) | 40º | 0.6% | 0.25% | - |
| XYZ | 3.59 | 3.65 | 1.49 | - |
| YUV | 52.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 52 | 26 | 0 | 0.20 | 0.60 | 0.75 | 40 | 0.43 | 0.18 |
| Hex | 41 | 34 | 1A | 0 | 14 | 3C | 4B | 28 | 2B | 12 |
| Octal | 101 | 64 | 32 | 0 | 24 | 74 | 113 | 50 | 53 | 22 |
| Binary | 1000001 | 110100 | 11010 | 0 | 10100 | 111100 | 1001011 | 101000 | 101011 | 10010 |
Color Harmonies of #41341A
Complementary color
Monochromatic Colors of #41341A
Black with #41341A
Text Example
Text Example
White with #41341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41341A; }
p { color: rgb(65,52,26); }
H1.HeaderClassName
{
color: #41341A;
}
.AnyTagClassName
{
color: #41341A;
}
</style>
background-color css
<style>
a { background-color: #41341A; }
a { background-color: rgb(65,52,26); }
div.DivClassName
{
background-color: #41341A;
}
.BgClassName
{
background-color: #41341A;
}
</style>
border-color css
<style>
span { border-color: #41341A; }
span { border-color: rgb(65,52,26); }
td.TdClassName
{
border-color: #41341A;
}
.TagClassName
{
border-color: #41341A;
}
</style>