Shades of Dallas #5D482C
Tints of Dallas #5D482C
RGB
CMYK
RGB Variations
Color information
#5D482C (or 0x5D482C) is known color: Dallas. HEX triplet: 5D, 48 and 2C. RGB value is (93,72,44). Sum of RGB (Red+Green+Blue) = 93+72+44=209 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.50% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 93 - color contains mainly: red. Hex color #5D482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D482C is #A2B7D3. Grayscale: #4B4B4B. Windows color (decimal): -10663892 or 2902109. OLE color: 2902109.
HSL color Cylindrical-coordinate representation of color #5D482C: hue angle of 34.29º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D482C is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 72 | 44 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.64 |
| HSL | 34.29º | 0.36% | 0.27% | - |
| HSV(B) | 34.29º | 0.53% | 0.36% | - |
| XYZ | 7.29 | 7.14 | 3.38 | - |
| YUV | 75.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 72 | 44 | 0 | 0.23 | 0.53 | 0.64 | 34.29 | 0.36 | 0.27 |
| Hex | 5D | 48 | 2C | 0 | 17 | 35 | 40 | 22 | 24 | 1B |
| Octal | 135 | 110 | 54 | 0 | 27 | 65 | 100 | 42 | 44 | 33 |
| Binary | 1011101 | 1001000 | 101100 | 0 | 10111 | 110101 | 1000000 | 100010 | 100100 | 11011 |
Color Harmonies of #5D482C
Complementary color
Monochromatic Colors of #5D482C
Black with #5D482C
Text Example
Text Example
White with #5D482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D482C; }
p { color: rgb(93,72,44); }
H1.HeaderClassName
{
color: #5D482C;
}
.AnyTagClassName
{
color: #5D482C;
}
</style>
background-color css
<style>
a { background-color: #5D482C; }
a { background-color: rgb(93,72,44); }
div.DivClassName
{
background-color: #5D482C;
}
.BgClassName
{
background-color: #5D482C;
}
</style>
border-color css
<style>
span { border-color: #5D482C; }
span { border-color: rgb(93,72,44); }
td.TdClassName
{
border-color: #5D482C;
}
.TagClassName
{
border-color: #5D482C;
}
</style>