Shades of Dallas #704F31
Tints of Dallas #704F31
RGB
CMYK
RGB Variations
Color information
#704F31 (or 0x704F31) is known color: Dallas. HEX triplet: 70, 4F and 31. RGB value is (112,79,49). Sum of RGB (Red+Green+Blue) = 112+79+49=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #704F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F31 is #8FB0CE. Grayscale: #555555. Windows color (decimal): -9416911 or 3231600. OLE color: 3231600.
HSL color Cylindrical-coordinate representation of color #704F31: hue angle of 28.57º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #704F31 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 79 | 49 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.56 |
| HSL | 28.57º | 0.39% | 0.32% | - |
| HSV(B) | 28.57º | 0.56% | 0.44% | - |
| XYZ | 10.03 | 9.26 | 4.16 | - |
| YUV | 85.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 79 | 49 | 0 | 0.29 | 0.56 | 0.56 | 28.57 | 0.39 | 0.32 |
| Hex | 70 | 4F | 31 | 0 | 1D | 38 | 38 | 1D | 27 | 20 |
| Octal | 160 | 117 | 61 | 0 | 35 | 70 | 70 | 35 | 47 | 40 |
| Binary | 1110000 | 1001111 | 110001 | 0 | 11101 | 111000 | 111000 | 11101 | 100111 | 100000 |
Color Harmonies of #704F31
Complementary color
Monochromatic Colors of #704F31
Black with #704F31
Text Example
Text Example
White with #704F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704F31; }
p { color: rgb(112,79,49); }
H1.HeaderClassName
{
color: #704F31;
}
.AnyTagClassName
{
color: #704F31;
}
</style>
background-color css
<style>
a { background-color: #704F31; }
a { background-color: rgb(112,79,49); }
div.DivClassName
{
background-color: #704F31;
}
.BgClassName
{
background-color: #704F31;
}
</style>
border-color css
<style>
span { border-color: #704F31; }
span { border-color: rgb(112,79,49); }
td.TdClassName
{
border-color: #704F31;
}
.TagClassName
{
border-color: #704F31;
}
</style>