Shades of Judge Grey #62533F
Tints of Judge Grey #62533F
RGB
CMYK
RGB Variations
Color information
#62533F (or 0x62533F) is known color: Judge Grey. HEX triplet: 62, 53 and 3F. RGB value is (98,83,63). Sum of RGB (Red+Green+Blue) = 98+83+63=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 98 - color contains mainly: red. Hex color #62533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62533F is #9DACC0. Grayscale: #555555. Windows color (decimal): -10333377 or 4150114. OLE color: 4150114.
HSL color Cylindrical-coordinate representation of color #62533F: hue angle of 34.29º 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 #62533F is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 83 | 63 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.62 |
| HSL | 34.29º | 0.22% | 0.32% | - |
| HSV(B) | 34.29º | 0.36% | 0.38% | - |
| XYZ | 9.03 | 9.14 | 5.99 | - |
| YUV | 85.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 83 | 63 | 0 | 0.15 | 0.36 | 0.62 | 34.29 | 0.22 | 0.32 |
| Hex | 62 | 53 | 3F | 0 | F | 24 | 3E | 22 | 16 | 20 |
| Octal | 142 | 123 | 77 | 0 | 17 | 44 | 76 | 42 | 26 | 40 |
| Binary | 1100010 | 1010011 | 111111 | 0 | 1111 | 100100 | 111110 | 100010 | 10110 | 100000 |
Color Harmonies of #62533F
Complementary color
Monochromatic Colors of #62533F
Black with #62533F
Text Example
Text Example
White with #62533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62533F; }
p { color: rgb(98,83,63); }
H1.HeaderClassName
{
color: #62533F;
}
.AnyTagClassName
{
color: #62533F;
}
</style>
background-color css
<style>
a { background-color: #62533F; }
a { background-color: rgb(98,83,63); }
div.DivClassName
{
background-color: #62533F;
}
.BgClassName
{
background-color: #62533F;
}
</style>
border-color css
<style>
span { border-color: #62533F; }
span { border-color: rgb(98,83,63); }
td.TdClassName
{
border-color: #62533F;
}
.TagClassName
{
border-color: #62533F;
}
</style>