Shades of Dallas #5E482E
Tints of Dallas #5E482E
RGB
CMYK
RGB Variations
Color information
#5E482E (or 0x5E482E) is known color: Dallas. HEX triplet: 5E, 48 and 2E. RGB value is (94,72,46). Sum of RGB (Red+Green+Blue) = 94+72+46=212 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.34% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 94 - color contains mainly: red. Hex color #5E482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E482E is #A1B7D1. Grayscale: #4B4B4B. Windows color (decimal): -10598354 or 3033182. OLE color: 3033182.
HSL color Cylindrical-coordinate representation of color #5E482E: hue angle of 32.5º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E482E is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 72 | 46 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.63 |
| HSL | 32.5º | 0.34% | 0.27% | - |
| HSV(B) | 32.5º | 0.51% | 0.37% | - |
| XYZ | 7.43 | 7.21 | 3.59 | - |
| YUV | 75.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 72 | 46 | 0 | 0.23 | 0.51 | 0.63 | 32.5 | 0.34 | 0.27 |
| Hex | 5E | 48 | 2E | 0 | 17 | 33 | 3F | 20 | 22 | 1B |
| Octal | 136 | 110 | 56 | 0 | 27 | 63 | 77 | 40 | 42 | 33 |
| Binary | 1011110 | 1001000 | 101110 | 0 | 10111 | 110011 | 111111 | 100000 | 100010 | 11011 |
Color Harmonies of #5E482E
Complementary color
Monochromatic Colors of #5E482E
Black with #5E482E
Text Example
Text Example
White with #5E482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E482E; }
p { color: rgb(94,72,46); }
H1.HeaderClassName
{
color: #5E482E;
}
.AnyTagClassName
{
color: #5E482E;
}
</style>
background-color css
<style>
a { background-color: #5E482E; }
a { background-color: rgb(94,72,46); }
div.DivClassName
{
background-color: #5E482E;
}
.BgClassName
{
background-color: #5E482E;
}
</style>
border-color css
<style>
span { border-color: #5E482E; }
span { border-color: rgb(94,72,46); }
td.TdClassName
{
border-color: #5E482E;
}
.TagClassName
{
border-color: #5E482E;
}
</style>