Shades of Dallas #5C4831
Tints of Dallas #5C4831
RGB
CMYK
RGB Variations
Color information
#5C4831 (or 0x5C4831) is known color: Dallas. HEX triplet: 5C, 48 and 31. RGB value is (92,72,49). Sum of RGB (Red+Green+Blue) = 92+72+49=213 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.19% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4831 is #A3B7CE. Grayscale: #4B4B4B. Windows color (decimal): -10729423 or 3229788. OLE color: 3229788.
HSL color Cylindrical-coordinate representation of color #5C4831: hue angle of 32.09º degrees, saturation: 0.3, 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 #5C4831 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 72 | 49 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.64 |
| HSL | 32.09º | 0.3% | 0.28% | - |
| HSV(B) | 32.09º | 0.47% | 0.36% | - |
| XYZ | 7.29 | 7.13 | 3.9 | - |
| YUV | 75.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 72 | 49 | 0 | 0.22 | 0.47 | 0.64 | 32.09 | 0.3 | 0.28 |
| Hex | 5C | 48 | 31 | 0 | 16 | 2F | 40 | 20 | 1E | 1C |
| Octal | 134 | 110 | 61 | 0 | 26 | 57 | 100 | 40 | 36 | 34 |
| Binary | 1011100 | 1001000 | 110001 | 0 | 10110 | 101111 | 1000000 | 100000 | 11110 | 11100 |
Color Harmonies of #5C4831
Complementary color
Monochromatic Colors of #5C4831
Black with #5C4831
Text Example
Text Example
White with #5C4831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4831; }
p { color: rgb(92,72,49); }
H1.HeaderClassName
{
color: #5C4831;
}
.AnyTagClassName
{
color: #5C4831;
}
</style>
background-color css
<style>
a { background-color: #5C4831; }
a { background-color: rgb(92,72,49); }
div.DivClassName
{
background-color: #5C4831;
}
.BgClassName
{
background-color: #5C4831;
}
</style>
border-color css
<style>
span { border-color: #5C4831; }
span { border-color: rgb(92,72,49); }
td.TdClassName
{
border-color: #5C4831;
}
.TagClassName
{
border-color: #5C4831;
}
</style>