Shades of Judge Grey #62573F
Tints of Judge Grey #62573F
RGB
CMYK
RGB Variations
Color information
#62573F (or 0x62573F) is known color: Judge Grey. HEX triplet: 62, 57 and 3F. RGB value is (98,87,63). Sum of RGB (Red+Green+Blue) = 98+87+63=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 98 - color contains mainly: red. Hex color #62573F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62573F is #9DA8C0. Grayscale: #575757. Windows color (decimal): -10332353 or 4151138. OLE color: 4151138.
HSL color Cylindrical-coordinate representation of color #62573F: hue angle of 41.14º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62573F is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 87 | 63 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.62 |
| HSL | 41.14º | 0.22% | 0.32% | - |
| HSV(B) | 41.14º | 0.36% | 0.38% | - |
| XYZ | 9.34 | 9.77 | 6.1 | - |
| YUV | 87.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 87 | 63 | 0 | 0.11 | 0.36 | 0.62 | 41.14 | 0.22 | 0.32 |
| Hex | 62 | 57 | 3F | 0 | B | 24 | 3E | 29 | 16 | 20 |
| Octal | 142 | 127 | 77 | 0 | 13 | 44 | 76 | 51 | 26 | 40 |
| Binary | 1100010 | 1010111 | 111111 | 0 | 1011 | 100100 | 111110 | 101001 | 10110 | 100000 |
Color Harmonies of #62573F
Complementary color
Monochromatic Colors of #62573F
Black with #62573F
Text Example
Text Example
White with #62573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62573F; }
p { color: rgb(98,87,63); }
H1.HeaderClassName
{
color: #62573F;
}
.AnyTagClassName
{
color: #62573F;
}
</style>
background-color css
<style>
a { background-color: #62573F; }
a { background-color: rgb(98,87,63); }
div.DivClassName
{
background-color: #62573F;
}
.BgClassName
{
background-color: #62573F;
}
</style>
border-color css
<style>
span { border-color: #62573F; }
span { border-color: rgb(98,87,63); }
td.TdClassName
{
border-color: #62573F;
}
.TagClassName
{
border-color: #62573F;
}
</style>