Shades of Dallas #5F4B34
Tints of Dallas #5F4B34
RGB
CMYK
RGB Variations
Color information
#5F4B34 (or 0x5F4B34) is known color: Dallas. HEX triplet: 5F, 4B and 34. RGB value is (95,75,52). Sum of RGB (Red+Green+Blue) = 95+75+52=222 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.79% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4B34 is #A0B4CB. Grayscale: #4E4E4E. Windows color (decimal): -10532044 or 3427167. OLE color: 3427167.
HSL color Cylindrical-coordinate representation of color #5F4B34: hue angle of 32.09º 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 #5F4B34 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 75 | 52 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.63 |
| HSL | 32.09º | 0.29% | 0.29% | - |
| HSV(B) | 32.09º | 0.45% | 0.37% | - |
| XYZ | 7.86 | 7.71 | 4.32 | - |
| YUV | 78.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 75 | 52 | 0 | 0.21 | 0.45 | 0.63 | 32.09 | 0.29 | 0.29 |
| Hex | 5F | 4B | 34 | 0 | 15 | 2D | 3F | 20 | 1D | 1D |
| Octal | 137 | 113 | 64 | 0 | 25 | 55 | 77 | 40 | 35 | 35 |
| Binary | 1011111 | 1001011 | 110100 | 0 | 10101 | 101101 | 111111 | 100000 | 11101 | 11101 |
Color Harmonies of #5F4B34
Complementary color
Monochromatic Colors of #5F4B34
Black with #5F4B34
Text Example
Text Example
White with #5F4B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4B34; }
p { color: rgb(95,75,52); }
H1.HeaderClassName
{
color: #5F4B34;
}
.AnyTagClassName
{
color: #5F4B34;
}
</style>
background-color css
<style>
a { background-color: #5F4B34; }
a { background-color: rgb(95,75,52); }
div.DivClassName
{
background-color: #5F4B34;
}
.BgClassName
{
background-color: #5F4B34;
}
</style>
border-color css
<style>
span { border-color: #5F4B34; }
span { border-color: rgb(95,75,52); }
td.TdClassName
{
border-color: #5F4B34;
}
.TagClassName
{
border-color: #5F4B34;
}
</style>