Shades of Dallas #5D4931
Tints of Dallas #5D4931
RGB
CMYK
RGB Variations
Color information
#5D4931 (or 0x5D4931) is known color: Dallas. HEX triplet: 5D, 49 and 31. RGB value is (93,73,49). Sum of RGB (Red+Green+Blue) = 93+73+49=215 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.26% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4931 is #A2B6CE. Grayscale: #4C4C4C. Windows color (decimal): -10663631 or 3230045. OLE color: 3230045.
HSL color Cylindrical-coordinate representation of color #5D4931: hue angle of 32.73º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D4931 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 73 | 49 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.64 |
| HSL | 32.73º | 0.31% | 0.28% | - |
| HSV(B) | 32.73º | 0.47% | 0.36% | - |
| XYZ | 7.45 | 7.31 | 3.92 | - |
| YUV | 76.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 73 | 49 | 0 | 0.22 | 0.47 | 0.64 | 32.73 | 0.31 | 0.28 |
| Hex | 5D | 49 | 31 | 0 | 16 | 2F | 40 | 21 | 1F | 1C |
| Octal | 135 | 111 | 61 | 0 | 26 | 57 | 100 | 41 | 37 | 34 |
| Binary | 1011101 | 1001001 | 110001 | 0 | 10110 | 101111 | 1000000 | 100001 | 11111 | 11100 |
Color Harmonies of #5D4931
Complementary color
Monochromatic Colors of #5D4931
Black with #5D4931
Text Example
Text Example
White with #5D4931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4931; }
p { color: rgb(93,73,49); }
H1.HeaderClassName
{
color: #5D4931;
}
.AnyTagClassName
{
color: #5D4931;
}
</style>
background-color css
<style>
a { background-color: #5D4931; }
a { background-color: rgb(93,73,49); }
div.DivClassName
{
background-color: #5D4931;
}
.BgClassName
{
background-color: #5D4931;
}
</style>
border-color css
<style>
span { border-color: #5D4931; }
span { border-color: rgb(93,73,49); }
td.TdClassName
{
border-color: #5D4931;
}
.TagClassName
{
border-color: #5D4931;
}
</style>