Shades of Dallas #5E482A
Tints of Dallas #5E482A
RGB
CMYK
RGB Variations
Color information
#5E482A (or 0x5E482A) is known color: Dallas. HEX triplet: 5E, 48 and 2A. RGB value is (94,72,42). Sum of RGB (Red+Green+Blue) = 94+72+42=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 94 - color contains mainly: red. Hex color #5E482A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E482A is #A1B7D5. Grayscale: #4B4B4B. Windows color (decimal): -10598358 or 2771038. OLE color: 2771038.
HSL color Cylindrical-coordinate representation of color #5E482A: hue angle of 34.62º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E482A is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 72 | 42 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.63 |
| HSL | 34.62º | 0.38% | 0.27% | - |
| HSV(B) | 34.62º | 0.55% | 0.37% | - |
| XYZ | 7.35 | 7.18 | 3.19 | - |
| YUV | 75.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 72 | 42 | 0 | 0.23 | 0.55 | 0.63 | 34.62 | 0.38 | 0.27 |
| Hex | 5E | 48 | 2A | 0 | 17 | 37 | 3F | 23 | 26 | 1B |
| Octal | 136 | 110 | 52 | 0 | 27 | 67 | 77 | 43 | 46 | 33 |
| Binary | 1011110 | 1001000 | 101010 | 0 | 10111 | 110111 | 111111 | 100011 | 100110 | 11011 |
Color Harmonies of #5E482A
Complementary color
Monochromatic Colors of #5E482A
Black with #5E482A
Text Example
Text Example
White with #5E482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E482A; }
p { color: rgb(94,72,42); }
H1.HeaderClassName
{
color: #5E482A;
}
.AnyTagClassName
{
color: #5E482A;
}
</style>
background-color css
<style>
a { background-color: #5E482A; }
a { background-color: rgb(94,72,42); }
div.DivClassName
{
background-color: #5E482A;
}
.BgClassName
{
background-color: #5E482A;
}
</style>
border-color css
<style>
span { border-color: #5E482A; }
span { border-color: rgb(94,72,42); }
td.TdClassName
{
border-color: #5E482A;
}
.TagClassName
{
border-color: #5E482A;
}
</style>