Shades of El Paso #41411C
Tints of El Paso #41411C
RGB
CMYK
RGB Variations
Color information
#41411C (or 0x41411C) is known color: El Paso. HEX triplet: 41, 41 and 1C. RGB value is (65,65,28). Sum of RGB (Red+Green+Blue) = 65+65+28=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 65 - color contains mainly: red, green. Hex color #41411C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41411C is #BEBEE3. Grayscale: #3C3C3C. Windows color (decimal): -12500708 or 1851713. OLE color: 1851713.
HSL color Cylindrical-coordinate representation of color #41411C: hue angle of 60º 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 #41411C is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 65 | 28 | - |
| CMYK | 0 | 0 | 0.57 | 0.75 |
| HSL | 60º | 0.4% | 0.18% | - |
| HSV(B) | 60º | 0.57% | 0.25% | - |
| XYZ | 4.28 | 4.99 | 1.84 | - |
| YUV | 60.78 | 109.5 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 28 | 0 | 0 | 0.57 | 0.75 | 60 | 0.4 | 0.18 |
| Hex | 41 | 41 | 1C | 0 | 0 | 39 | 4B | 3C | 28 | 12 |
| Octal | 101 | 101 | 34 | 0 | 0 | 71 | 113 | 74 | 50 | 22 |
| Binary | 1000001 | 1000001 | 11100 | 0 | 0 | 111001 | 1001011 | 111100 | 101000 | 10010 |
Color Harmonies of #41411C
Complementary color
Monochromatic Colors of #41411C
Black with #41411C
Text Example
Text Example
White with #41411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41411C; }
p { color: rgb(65,65,28); }
H1.HeaderClassName
{
color: #41411C;
}
.AnyTagClassName
{
color: #41411C;
}
</style>
background-color css
<style>
a { background-color: #41411C; }
a { background-color: rgb(65,65,28); }
div.DivClassName
{
background-color: #41411C;
}
.BgClassName
{
background-color: #41411C;
}
</style>
border-color css
<style>
span { border-color: #41411C; }
span { border-color: rgb(65,65,28); }
td.TdClassName
{
border-color: #41411C;
}
.TagClassName
{
border-color: #41411C;
}
</style>