Shades of Dallas #5F4A33
Tints of Dallas #5F4A33
RGB
CMYK
RGB Variations
Color information
#5F4A33 (or 0x5F4A33) is known color: Dallas. HEX triplet: 5F, 4A and 33. RGB value is (95,74,51). Sum of RGB (Red+Green+Blue) = 95+74+51=220 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.18% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4A33 is #A0B5CC. Grayscale: #4D4D4D. Windows color (decimal): -10532301 or 3361375. OLE color: 3361375.
HSL color Cylindrical-coordinate representation of color #5F4A33: hue angle of 31.36º 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 #5F4A33 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 74 | 51 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.63 |
| HSL | 31.36º | 0.3% | 0.29% | - |
| HSV(B) | 31.36º | 0.46% | 0.37% | - |
| XYZ | 7.77 | 7.57 | 4.18 | - |
| YUV | 77.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 74 | 51 | 0 | 0.22 | 0.46 | 0.63 | 31.36 | 0.3 | 0.29 |
| Hex | 5F | 4A | 33 | 0 | 16 | 2E | 3F | 1F | 1E | 1D |
| Octal | 137 | 112 | 63 | 0 | 26 | 56 | 77 | 37 | 36 | 35 |
| Binary | 1011111 | 1001010 | 110011 | 0 | 10110 | 101110 | 111111 | 11111 | 11110 | 11101 |
Color Harmonies of #5F4A33
Complementary color
Monochromatic Colors of #5F4A33
Black with #5F4A33
Text Example
Text Example
White with #5F4A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4A33; }
p { color: rgb(95,74,51); }
H1.HeaderClassName
{
color: #5F4A33;
}
.AnyTagClassName
{
color: #5F4A33;
}
</style>
background-color css
<style>
a { background-color: #5F4A33; }
a { background-color: rgb(95,74,51); }
div.DivClassName
{
background-color: #5F4A33;
}
.BgClassName
{
background-color: #5F4A33;
}
</style>
border-color css
<style>
span { border-color: #5F4A33; }
span { border-color: rgb(95,74,51); }
td.TdClassName
{
border-color: #5F4A33;
}
.TagClassName
{
border-color: #5F4A33;
}
</style>