Shades of Dallas #5E462C
Tints of Dallas #5E462C
RGB
CMYK
RGB Variations
Color information
#5E462C (or 0x5E462C) is known color: Dallas. HEX triplet: 5E, 46 and 2C. RGB value is (94,70,44). Sum of RGB (Red+Green+Blue) = 94+70+44=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 94 - color contains mainly: red. Hex color #5E462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E462C is #A1B9D3. Grayscale: #4A4A4A. Windows color (decimal): -10598868 or 2901598. OLE color: 2901598.
HSL color Cylindrical-coordinate representation of color #5E462C: hue angle of 31.2º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E462C is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 70 | 44 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.63 |
| HSL | 31.2º | 0.36% | 0.27% | - |
| HSV(B) | 31.2º | 0.53% | 0.37% | - |
| XYZ | 7.26 | 6.94 | 3.34 | - |
| YUV | 74.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 70 | 44 | 0 | 0.26 | 0.53 | 0.63 | 31.2 | 0.36 | 0.27 |
| Hex | 5E | 46 | 2C | 0 | 1A | 35 | 3F | 1F | 24 | 1B |
| Octal | 136 | 106 | 54 | 0 | 32 | 65 | 77 | 37 | 44 | 33 |
| Binary | 1011110 | 1000110 | 101100 | 0 | 11010 | 110101 | 111111 | 11111 | 100100 | 11011 |
Color Harmonies of #5E462C
Complementary color
Monochromatic Colors of #5E462C
Black with #5E462C
Text Example
Text Example
White with #5E462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E462C; }
p { color: rgb(94,70,44); }
H1.HeaderClassName
{
color: #5E462C;
}
.AnyTagClassName
{
color: #5E462C;
}
</style>
background-color css
<style>
a { background-color: #5E462C; }
a { background-color: rgb(94,70,44); }
div.DivClassName
{
background-color: #5E462C;
}
.BgClassName
{
background-color: #5E462C;
}
</style>
border-color css
<style>
span { border-color: #5E462C; }
span { border-color: rgb(94,70,44); }
td.TdClassName
{
border-color: #5E462C;
}
.TagClassName
{
border-color: #5E462C;
}
</style>