Shades of Dallas #5F4933
Tints of Dallas #5F4933
RGB
CMYK
RGB Variations
Color information
#5F4933 (or 0x5F4933) is known color: Dallas. HEX triplet: 5F, 49 and 33. RGB value is (95,73,51). Sum of RGB (Red+Green+Blue) = 95+73+51=219 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.38% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4933 is #A0B6CC. Grayscale: #4D4D4D. Windows color (decimal): -10532557 or 3361119. OLE color: 3361119.
HSL color Cylindrical-coordinate representation of color #5F4933: hue angle of 30º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F4933 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 73 | 51 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.63 |
| HSL | 30º | 0.3% | 0.29% | - |
| HSV(B) | 30º | 0.46% | 0.37% | - |
| XYZ | 7.7 | 7.44 | 4.16 | - |
| YUV | 77.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 73 | 51 | 0 | 0.23 | 0.46 | 0.63 | 30 | 0.3 | 0.29 |
| Hex | 5F | 49 | 33 | 0 | 17 | 2E | 3F | 1E | 1E | 1D |
| Octal | 137 | 111 | 63 | 0 | 27 | 56 | 77 | 36 | 36 | 35 |
| Binary | 1011111 | 1001001 | 110011 | 0 | 10111 | 101110 | 111111 | 11110 | 11110 | 11101 |
Color Harmonies of #5F4933
Complementary color
Monochromatic Colors of #5F4933
Black with #5F4933
Text Example
Text Example
White with #5F4933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4933; }
p { color: rgb(95,73,51); }
H1.HeaderClassName
{
color: #5F4933;
}
.AnyTagClassName
{
color: #5F4933;
}
</style>
background-color css
<style>
a { background-color: #5F4933; }
a { background-color: rgb(95,73,51); }
div.DivClassName
{
background-color: #5F4933;
}
.BgClassName
{
background-color: #5F4933;
}
</style>
border-color css
<style>
span { border-color: #5F4933; }
span { border-color: rgb(95,73,51); }
td.TdClassName
{
border-color: #5F4933;
}
.TagClassName
{
border-color: #5F4933;
}
</style>