Shades of Dallas #62482C
Tints of Dallas #62482C
RGB
CMYK
RGB Variations
Color information
#62482C (or 0x62482C) is known color: Dallas. HEX triplet: 62, 48 and 2C. RGB value is (98,72,44). Sum of RGB (Red+Green+Blue) = 98+72+44=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 98 - color contains mainly: red. Hex color #62482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62482C is #9DB7D3. Grayscale: #4C4C4C. Windows color (decimal): -10336212 or 2902114. OLE color: 2902114.
HSL color Cylindrical-coordinate representation of color #62482C: hue angle of 31.11º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62482C is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 72 | 44 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.62 |
| HSL | 31.11º | 0.38% | 0.28% | - |
| HSV(B) | 31.11º | 0.55% | 0.38% | - |
| XYZ | 7.81 | 7.41 | 3.4 | - |
| YUV | 76.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 72 | 44 | 0 | 0.27 | 0.55 | 0.62 | 31.11 | 0.38 | 0.28 |
| Hex | 62 | 48 | 2C | 0 | 1B | 37 | 3E | 1F | 26 | 1C |
| Octal | 142 | 110 | 54 | 0 | 33 | 67 | 76 | 37 | 46 | 34 |
| Binary | 1100010 | 1001000 | 101100 | 0 | 11011 | 110111 | 111110 | 11111 | 100110 | 11100 |
Color Harmonies of #62482C
Complementary color
Monochromatic Colors of #62482C
Black with #62482C
Text Example
Text Example
White with #62482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62482C; }
p { color: rgb(98,72,44); }
H1.HeaderClassName
{
color: #62482C;
}
.AnyTagClassName
{
color: #62482C;
}
</style>
background-color css
<style>
a { background-color: #62482C; }
a { background-color: rgb(98,72,44); }
div.DivClassName
{
background-color: #62482C;
}
.BgClassName
{
background-color: #62482C;
}
</style>
border-color css
<style>
span { border-color: #62482C; }
span { border-color: rgb(98,72,44); }
td.TdClassName
{
border-color: #62482C;
}
.TagClassName
{
border-color: #62482C;
}
</style>