Shades of Dallas #5D4828
Tints of Dallas #5D4828
RGB
CMYK
RGB Variations
Color information
#5D4828 (or 0x5D4828) is known color: Dallas. HEX triplet: 5D, 48 and 28. RGB value is (93,72,40). Sum of RGB (Red+Green+Blue) = 93+72+40=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4828 is #A2B7D7. Grayscale: #4A4A4A. Windows color (decimal): -10663896 or 2639965. OLE color: 2639965.
HSL color Cylindrical-coordinate representation of color #5D4828: hue angle of 36.23º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D4828 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 72 | 40 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.64 |
| HSL | 36.23º | 0.4% | 0.26% | - |
| HSV(B) | 36.23º | 0.57% | 0.36% | - |
| XYZ | 7.21 | 7.12 | 3 | - |
| YUV | 74.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 72 | 40 | 0 | 0.23 | 0.57 | 0.64 | 36.23 | 0.4 | 0.26 |
| Hex | 5D | 48 | 28 | 0 | 17 | 39 | 40 | 24 | 28 | 1A |
| Octal | 135 | 110 | 50 | 0 | 27 | 71 | 100 | 44 | 50 | 32 |
| Binary | 1011101 | 1001000 | 101000 | 0 | 10111 | 111001 | 1000000 | 100100 | 101000 | 11010 |
Color Harmonies of #5D4828
Complementary color
Monochromatic Colors of #5D4828
Black with #5D4828
Text Example
Text Example
White with #5D4828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4828; }
p { color: rgb(93,72,40); }
H1.HeaderClassName
{
color: #5D4828;
}
.AnyTagClassName
{
color: #5D4828;
}
</style>
background-color css
<style>
a { background-color: #5D4828; }
a { background-color: rgb(93,72,40); }
div.DivClassName
{
background-color: #5D4828;
}
.BgClassName
{
background-color: #5D4828;
}
</style>
border-color css
<style>
span { border-color: #5D4828; }
span { border-color: rgb(93,72,40); }
td.TdClassName
{
border-color: #5D4828;
}
.TagClassName
{
border-color: #5D4828;
}
</style>