Shades of El Paso #37361F
Tints of El Paso #37361F
RGB
CMYK
RGB Variations
Color information
#37361F (or 0x37361F) is known color: El Paso. HEX triplet: 37, 36 and 1F. RGB value is (55,54,31). Sum of RGB (Red+Green+Blue) = 55+54+31=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 55 - color contains mainly: red. Hex color #37361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37361F is #C8C9E0. Grayscale: #333333. Windows color (decimal): -13158881 or 2045495. OLE color: 2045495.
HSL color Cylindrical-coordinate representation of color #37361F: hue angle of 57.5º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #37361F is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 54 | 31 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.78 |
| HSL | 57.5º | 0.28% | 0.17% | - |
| HSV(B) | 57.5º | 0.44% | 0.22% | - |
| XYZ | 3.14 | 3.55 | 1.82 | - |
| YUV | 51.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 54 | 31 | 0 | 0.02 | 0.44 | 0.78 | 57.5 | 0.28 | 0.17 |
| Hex | 37 | 36 | 1F | 0 | 2 | 2C | 4E | 3A | 1C | 11 |
| Octal | 67 | 66 | 37 | 0 | 2 | 54 | 116 | 72 | 34 | 21 |
| Binary | 110111 | 110110 | 11111 | 0 | 10 | 101100 | 1001110 | 111010 | 11100 | 10001 |
Color Harmonies of #37361F
Complementary color
Monochromatic Colors of #37361F
Black with #37361F
Text Example
Text Example
White with #37361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37361F; }
p { color: rgb(55,54,31); }
H1.HeaderClassName
{
color: #37361F;
}
.AnyTagClassName
{
color: #37361F;
}
</style>
background-color css
<style>
a { background-color: #37361F; }
a { background-color: rgb(55,54,31); }
div.DivClassName
{
background-color: #37361F;
}
.BgClassName
{
background-color: #37361F;
}
</style>
border-color css
<style>
span { border-color: #37361F; }
span { border-color: rgb(55,54,31); }
td.TdClassName
{
border-color: #37361F;
}
.TagClassName
{
border-color: #37361F;
}
</style>