Shades of Dallas #5D462E
Tints of Dallas #5D462E
RGB
CMYK
RGB Variations
Color information
#5D462E (or 0x5D462E) is known color: Dallas. HEX triplet: 5D, 46 and 2E. RGB value is (93,70,46). Sum of RGB (Red+Green+Blue) = 93+70+46=209 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.50% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 93 - color contains mainly: red. Hex color #5D462E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D462E is #A2B9D1. Grayscale: #4A4A4A. Windows color (decimal): -10664402 or 3032669. OLE color: 3032669.
HSL color Cylindrical-coordinate representation of color #5D462E: hue angle of 30.64º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D462E is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 70 | 46 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.64 |
| HSL | 30.64º | 0.34% | 0.27% | - |
| HSV(B) | 30.64º | 0.51% | 0.36% | - |
| XYZ | 7.2 | 6.9 | 3.54 | - |
| YUV | 74.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 70 | 46 | 0 | 0.25 | 0.51 | 0.64 | 30.64 | 0.34 | 0.27 |
| Hex | 5D | 46 | 2E | 0 | 19 | 33 | 40 | 1F | 22 | 1B |
| Octal | 135 | 106 | 56 | 0 | 31 | 63 | 100 | 37 | 42 | 33 |
| Binary | 1011101 | 1000110 | 101110 | 0 | 11001 | 110011 | 1000000 | 11111 | 100010 | 11011 |
Color Harmonies of #5D462E
Complementary color
Monochromatic Colors of #5D462E
Black with #5D462E
Text Example
Text Example
White with #5D462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D462E; }
p { color: rgb(93,70,46); }
H1.HeaderClassName
{
color: #5D462E;
}
.AnyTagClassName
{
color: #5D462E;
}
</style>
background-color css
<style>
a { background-color: #5D462E; }
a { background-color: rgb(93,70,46); }
div.DivClassName
{
background-color: #5D462E;
}
.BgClassName
{
background-color: #5D462E;
}
</style>
border-color css
<style>
span { border-color: #5D462E; }
span { border-color: rgb(93,70,46); }
td.TdClassName
{
border-color: #5D462E;
}
.TagClassName
{
border-color: #5D462E;
}
</style>