Shades of Dallas #5F4934
Tints of Dallas #5F4934
RGB
CMYK
RGB Variations
Color information
#5F4934 (or 0x5F4934) is known color: Dallas. HEX triplet: 5F, 49 and 34. RGB value is (95,73,52). Sum of RGB (Red+Green+Blue) = 95+73+52=220 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.18% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4934 is #A0B6CB. Grayscale: #4D4D4D. Windows color (decimal): -10532556 or 3426655. OLE color: 3426655.
HSL color Cylindrical-coordinate representation of color #5F4934: hue angle of 29.3º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F4934 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 73 | 52 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.63 |
| HSL | 29.3º | 0.29% | 0.29% | - |
| HSV(B) | 29.3º | 0.45% | 0.37% | - |
| XYZ | 7.72 | 7.45 | 4.28 | - |
| YUV | 77.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 73 | 52 | 0 | 0.23 | 0.45 | 0.63 | 29.3 | 0.29 | 0.29 |
| Hex | 5F | 49 | 34 | 0 | 17 | 2D | 3F | 1D | 1D | 1D |
| Octal | 137 | 111 | 64 | 0 | 27 | 55 | 77 | 35 | 35 | 35 |
| Binary | 1011111 | 1001001 | 110100 | 0 | 10111 | 101101 | 111111 | 11101 | 11101 | 11101 |
Color Harmonies of #5F4934
Complementary color
Monochromatic Colors of #5F4934
Black with #5F4934
Text Example
Text Example
White with #5F4934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4934; }
p { color: rgb(95,73,52); }
H1.HeaderClassName
{
color: #5F4934;
}
.AnyTagClassName
{
color: #5F4934;
}
</style>
background-color css
<style>
a { background-color: #5F4934; }
a { background-color: rgb(95,73,52); }
div.DivClassName
{
background-color: #5F4934;
}
.BgClassName
{
background-color: #5F4934;
}
</style>
border-color css
<style>
span { border-color: #5F4934; }
span { border-color: rgb(95,73,52); }
td.TdClassName
{
border-color: #5F4934;
}
.TagClassName
{
border-color: #5F4934;
}
</style>