Shades of El Paso #38361D
Tints of El Paso #38361D
RGB
CMYK
RGB Variations
Color information
#38361D (or 0x38361D) is known color: El Paso. HEX triplet: 38, 36 and 1D. RGB value is (56,54,29). Sum of RGB (Red+Green+Blue) = 56+54+29=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #38361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38361D is #C7C9E2. Grayscale: #333333. Windows color (decimal): -13093347 or 1914424. OLE color: 1914424.
HSL color Cylindrical-coordinate representation of color #38361D: hue angle of 55.56º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38361D is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 54 | 29 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.78 |
| HSL | 55.56º | 0.32% | 0.17% | - |
| HSV(B) | 55.56º | 0.48% | 0.22% | - |
| XYZ | 3.17 | 3.57 | 1.68 | - |
| YUV | 51.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 29 | 0 | 0.04 | 0.48 | 0.78 | 55.56 | 0.32 | 0.17 |
| Hex | 38 | 36 | 1D | 0 | 4 | 30 | 4E | 38 | 20 | 11 |
| Octal | 70 | 66 | 35 | 0 | 4 | 60 | 116 | 70 | 40 | 21 |
| Binary | 111000 | 110110 | 11101 | 0 | 100 | 110000 | 1001110 | 111000 | 100000 | 10001 |
Color Harmonies of #38361D
Complementary color
Monochromatic Colors of #38361D
Black with #38361D
Text Example
Text Example
White with #38361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38361D; }
p { color: rgb(56,54,29); }
H1.HeaderClassName
{
color: #38361D;
}
.AnyTagClassName
{
color: #38361D;
}
</style>
background-color css
<style>
a { background-color: #38361D; }
a { background-color: rgb(56,54,29); }
div.DivClassName
{
background-color: #38361D;
}
.BgClassName
{
background-color: #38361D;
}
</style>
border-color css
<style>
span { border-color: #38361D; }
span { border-color: rgb(56,54,29); }
td.TdClassName
{
border-color: #38361D;
}
.TagClassName
{
border-color: #38361D;
}
</style>