Shades of Dallas #5D492D
Tints of Dallas #5D492D
RGB
CMYK
RGB Variations
Color information
#5D492D (or 0x5D492D) is known color: Dallas. HEX triplet: 5D, 49 and 2D. RGB value is (93,73,45). Sum of RGB (Red+Green+Blue) = 93+73+45=211 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.08% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 93 - color contains mainly: red. Hex color #5D492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D492D is #A2B6D2. Grayscale: #4B4B4B. Windows color (decimal): -10663635 or 2967901. OLE color: 2967901.
HSL color Cylindrical-coordinate representation of color #5D492D: hue angle of 35º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5D492D is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 73 | 45 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.64 |
| HSL | 35º | 0.35% | 0.27% | - |
| HSV(B) | 35º | 0.52% | 0.36% | - |
| XYZ | 7.37 | 7.28 | 3.5 | - |
| YUV | 75.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 73 | 45 | 0 | 0.22 | 0.52 | 0.64 | 35 | 0.35 | 0.27 |
| Hex | 5D | 49 | 2D | 0 | 16 | 34 | 40 | 23 | 23 | 1B |
| Octal | 135 | 111 | 55 | 0 | 26 | 64 | 100 | 43 | 43 | 33 |
| Binary | 1011101 | 1001001 | 101101 | 0 | 10110 | 110100 | 1000000 | 100011 | 100011 | 11011 |
Color Harmonies of #5D492D
Complementary color
Monochromatic Colors of #5D492D
Black with #5D492D
Text Example
Text Example
White with #5D492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D492D; }
p { color: rgb(93,73,45); }
H1.HeaderClassName
{
color: #5D492D;
}
.AnyTagClassName
{
color: #5D492D;
}
</style>
background-color css
<style>
a { background-color: #5D492D; }
a { background-color: rgb(93,73,45); }
div.DivClassName
{
background-color: #5D492D;
}
.BgClassName
{
background-color: #5D492D;
}
</style>
border-color css
<style>
span { border-color: #5D492D; }
span { border-color: rgb(93,73,45); }
td.TdClassName
{
border-color: #5D492D;
}
.TagClassName
{
border-color: #5D492D;
}
</style>