Shades of El Paso #36352A
Tints of El Paso #36352A
RGB
CMYK
RGB Variations
Color information
#36352A (or 0x36352A) is known color: El Paso. HEX triplet: 36, 35 and 2A. RGB value is (54,53,42). Sum of RGB (Red+Green+Blue) = 54+53+42=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 54 - color contains mainly: red. Hex color #36352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36352A is #C9CAD5. Grayscale: #343434. Windows color (decimal): -13224662 or 2766134. OLE color: 2766134.
HSL color Cylindrical-coordinate representation of color #36352A: hue angle of 55º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #36352A is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 53 | 42 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.79 |
| HSL | 55º | 0.13% | 0.19% | - |
| HSV(B) | 55º | 0.22% | 0.21% | - |
| XYZ | 3.21 | 3.5 | 2.7 | - |
| YUV | 52.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 42 | 0 | 0.02 | 0.22 | 0.79 | 55 | 0.13 | 0.19 |
| Hex | 36 | 35 | 2A | 0 | 2 | 16 | 4F | 37 | C | 13 |
| Octal | 66 | 65 | 52 | 0 | 2 | 26 | 117 | 67 | 14 | 23 |
| Binary | 110110 | 110101 | 101010 | 0 | 10 | 10110 | 1001111 | 110111 | 1100 | 10011 |
Color Harmonies of #36352A
Complementary color
Monochromatic Colors of #36352A
Black with #36352A
Text Example
Text Example
White with #36352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36352A; }
p { color: rgb(54,53,42); }
H1.HeaderClassName
{
color: #36352A;
}
.AnyTagClassName
{
color: #36352A;
}
</style>
background-color css
<style>
a { background-color: #36352A; }
a { background-color: rgb(54,53,42); }
div.DivClassName
{
background-color: #36352A;
}
.BgClassName
{
background-color: #36352A;
}
</style>
border-color css
<style>
span { border-color: #36352A; }
span { border-color: rgb(54,53,42); }
td.TdClassName
{
border-color: #36352A;
}
.TagClassName
{
border-color: #36352A;
}
</style>