Shades of Judge Grey #62543B
Tints of Judge Grey #62543B
RGB
CMYK
RGB Variations
Color information
#62543B (or 0x62543B) is known color: Judge Grey. HEX triplet: 62, 54 and 3B. RGB value is (98,84,59). Sum of RGB (Red+Green+Blue) = 98+84+59=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 98 - color contains mainly: red. Hex color #62543B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62543B is #9DABC4. Grayscale: #555555. Windows color (decimal): -10333125 or 3888226. OLE color: 3888226.
HSL color Cylindrical-coordinate representation of color #62543B: hue angle of 38.46º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62543B is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 84 | 59 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.62 |
| HSL | 38.46º | 0.25% | 0.31% | - |
| HSV(B) | 38.46º | 0.4% | 0.38% | - |
| XYZ | 9 | 9.25 | 5.45 | - |
| YUV | 85.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 84 | 59 | 0 | 0.14 | 0.40 | 0.62 | 38.46 | 0.25 | 0.31 |
| Hex | 62 | 54 | 3B | 0 | E | 28 | 3E | 26 | 19 | 1F |
| Octal | 142 | 124 | 73 | 0 | 16 | 50 | 76 | 46 | 31 | 37 |
| Binary | 1100010 | 1010100 | 111011 | 0 | 1110 | 101000 | 111110 | 100110 | 11001 | 11111 |
Color Harmonies of #62543B
Complementary color
Monochromatic Colors of #62543B
Black with #62543B
Text Example
Text Example
White with #62543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62543B; }
p { color: rgb(98,84,59); }
H1.HeaderClassName
{
color: #62543B;
}
.AnyTagClassName
{
color: #62543B;
}
</style>
background-color css
<style>
a { background-color: #62543B; }
a { background-color: rgb(98,84,59); }
div.DivClassName
{
background-color: #62543B;
}
.BgClassName
{
background-color: #62543B;
}
</style>
border-color css
<style>
span { border-color: #62543B; }
span { border-color: rgb(98,84,59); }
td.TdClassName
{
border-color: #62543B;
}
.TagClassName
{
border-color: #62543B;
}
</style>