Shades of Dallas #5E4930
Tints of Dallas #5E4930
RGB
CMYK
RGB Variations
Color information
#5E4930 (or 0x5E4930) is known color: Dallas. HEX triplet: 5E, 49 and 30. RGB value is (94,73,48). Sum of RGB (Red+Green+Blue) = 94+73+48=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4930 is #A1B6CF. Grayscale: #4C4C4C. Windows color (decimal): -10598096 or 3164510. OLE color: 3164510.
HSL color Cylindrical-coordinate representation of color #5E4930: hue angle of 32.61º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E4930 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 73 | 48 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.63 |
| HSL | 32.61º | 0.32% | 0.28% | - |
| HSV(B) | 32.61º | 0.49% | 0.37% | - |
| XYZ | 7.53 | 7.36 | 3.82 | - |
| YUV | 76.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 73 | 48 | 0 | 0.22 | 0.49 | 0.63 | 32.61 | 0.32 | 0.28 |
| Hex | 5E | 49 | 30 | 0 | 16 | 31 | 3F | 21 | 20 | 1C |
| Octal | 136 | 111 | 60 | 0 | 26 | 61 | 77 | 41 | 40 | 34 |
| Binary | 1011110 | 1001001 | 110000 | 0 | 10110 | 110001 | 111111 | 100001 | 100000 | 11100 |
Color Harmonies of #5E4930
Complementary color
Monochromatic Colors of #5E4930
Black with #5E4930
Text Example
Text Example
White with #5E4930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4930; }
p { color: rgb(94,73,48); }
H1.HeaderClassName
{
color: #5E4930;
}
.AnyTagClassName
{
color: #5E4930;
}
</style>
background-color css
<style>
a { background-color: #5E4930; }
a { background-color: rgb(94,73,48); }
div.DivClassName
{
background-color: #5E4930;
}
.BgClassName
{
background-color: #5E4930;
}
</style>
border-color css
<style>
span { border-color: #5E4930; }
span { border-color: rgb(94,73,48); }
td.TdClassName
{
border-color: #5E4930;
}
.TagClassName
{
border-color: #5E4930;
}
</style>