Shades of Dallas #5B4831
Tints of Dallas #5B4831
RGB
CMYK
RGB Variations
Color information
#5B4831 (or 0x5B4831) is known color: Dallas. HEX triplet: 5B, 48 and 31. RGB value is (91,72,49). Sum of RGB (Red+Green+Blue) = 91+72+49=212 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.92% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4831 is #A4B7CE. Grayscale: #4B4B4B. Windows color (decimal): -10794959 or 3229787. OLE color: 3229787.
HSL color Cylindrical-coordinate representation of color #5B4831: hue angle of 32.86º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B4831 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 72 | 49 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.64 |
| HSL | 32.86º | 0.3% | 0.27% | - |
| HSV(B) | 32.86º | 0.46% | 0.36% | - |
| XYZ | 7.19 | 7.08 | 3.89 | - |
| YUV | 75.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 72 | 49 | 0 | 0.21 | 0.46 | 0.64 | 32.86 | 0.3 | 0.27 |
| Hex | 5B | 48 | 31 | 0 | 15 | 2E | 40 | 21 | 1E | 1B |
| Octal | 133 | 110 | 61 | 0 | 25 | 56 | 100 | 41 | 36 | 33 |
| Binary | 1011011 | 1001000 | 110001 | 0 | 10101 | 101110 | 1000000 | 100001 | 11110 | 11011 |
Color Harmonies of #5B4831
Complementary color
Monochromatic Colors of #5B4831
Black with #5B4831
Text Example
Text Example
White with #5B4831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4831; }
p { color: rgb(91,72,49); }
H1.HeaderClassName
{
color: #5B4831;
}
.AnyTagClassName
{
color: #5B4831;
}
</style>
background-color css
<style>
a { background-color: #5B4831; }
a { background-color: rgb(91,72,49); }
div.DivClassName
{
background-color: #5B4831;
}
.BgClassName
{
background-color: #5B4831;
}
</style>
border-color css
<style>
span { border-color: #5B4831; }
span { border-color: rgb(91,72,49); }
td.TdClassName
{
border-color: #5B4831;
}
.TagClassName
{
border-color: #5B4831;
}
</style>