Shades of Dallas #5F472C
Tints of Dallas #5F472C
RGB
CMYK
RGB Variations
Color information
#5F472C (or 0x5F472C) is known color: Dallas. HEX triplet: 5F, 47 and 2C. RGB value is (95,71,44). Sum of RGB (Red+Green+Blue) = 95+71+44=210 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.24% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 95 - color contains mainly: red. Hex color #5F472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F472C is #A0B8D3. Grayscale: #4B4B4B. Windows color (decimal): -10533076 or 2901855. OLE color: 2901855.
HSL color Cylindrical-coordinate representation of color #5F472C: hue angle of 31.76º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F472C is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 71 | 44 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.63 |
| HSL | 31.76º | 0.37% | 0.27% | - |
| HSV(B) | 31.76º | 0.54% | 0.37% | - |
| XYZ | 7.43 | 7.12 | 3.37 | - |
| YUV | 75.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 71 | 44 | 0 | 0.25 | 0.54 | 0.63 | 31.76 | 0.37 | 0.27 |
| Hex | 5F | 47 | 2C | 0 | 19 | 36 | 3F | 20 | 25 | 1B |
| Octal | 137 | 107 | 54 | 0 | 31 | 66 | 77 | 40 | 45 | 33 |
| Binary | 1011111 | 1000111 | 101100 | 0 | 11001 | 110110 | 111111 | 100000 | 100101 | 11011 |
Color Harmonies of #5F472C
Complementary color
Monochromatic Colors of #5F472C
Black with #5F472C
Text Example
Text Example
White with #5F472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F472C; }
p { color: rgb(95,71,44); }
H1.HeaderClassName
{
color: #5F472C;
}
.AnyTagClassName
{
color: #5F472C;
}
</style>
background-color css
<style>
a { background-color: #5F472C; }
a { background-color: rgb(95,71,44); }
div.DivClassName
{
background-color: #5F472C;
}
.BgClassName
{
background-color: #5F472C;
}
</style>
border-color css
<style>
span { border-color: #5F472C; }
span { border-color: rgb(95,71,44); }
td.TdClassName
{
border-color: #5F472C;
}
.TagClassName
{
border-color: #5F472C;
}
</style>