Shades of Dallas #5C4728
Tints of Dallas #5C4728
RGB
CMYK
RGB Variations
Color information
#5C4728 (or 0x5C4728) is known color: Dallas. HEX triplet: 5C, 47 and 28. RGB value is (92,71,40). Sum of RGB (Red+Green+Blue) = 92+71+40=203 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.32% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4728 is #A3B8D7. Grayscale: #494949. Windows color (decimal): -10729688 or 2639708. OLE color: 2639708.
HSL color Cylindrical-coordinate representation of color #5C4728: hue angle of 35.77º degrees, saturation: 0.39, 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 #5C4728 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 71 | 40 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.64 |
| HSL | 35.77º | 0.39% | 0.26% | - |
| HSV(B) | 35.77º | 0.57% | 0.36% | - |
| XYZ | 7.05 | 6.93 | 2.97 | - |
| YUV | 73.75 | 108.96 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 71 | 40 | 0 | 0.23 | 0.57 | 0.64 | 35.77 | 0.39 | 0.26 |
| Hex | 5C | 47 | 28 | 0 | 17 | 39 | 40 | 24 | 27 | 1A |
| Octal | 134 | 107 | 50 | 0 | 27 | 71 | 100 | 44 | 47 | 32 |
| Binary | 1011100 | 1000111 | 101000 | 0 | 10111 | 111001 | 1000000 | 100100 | 100111 | 11010 |
Color Harmonies of #5C4728
Complementary color
Monochromatic Colors of #5C4728
Black with #5C4728
Text Example
Text Example
White with #5C4728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4728; }
p { color: rgb(92,71,40); }
H1.HeaderClassName
{
color: #5C4728;
}
.AnyTagClassName
{
color: #5C4728;
}
</style>
background-color css
<style>
a { background-color: #5C4728; }
a { background-color: rgb(92,71,40); }
div.DivClassName
{
background-color: #5C4728;
}
.BgClassName
{
background-color: #5C4728;
}
</style>
border-color css
<style>
span { border-color: #5C4728; }
span { border-color: rgb(92,71,40); }
td.TdClassName
{
border-color: #5C4728;
}
.TagClassName
{
border-color: #5C4728;
}
</style>