Shades of Judge Grey #62523E
Tints of Judge Grey #62523E
RGB
CMYK
RGB Variations
Color information
#62523E (or 0x62523E) is known color: Judge Grey. HEX triplet: 62, 52 and 3E. RGB value is (98,82,62). Sum of RGB (Red+Green+Blue) = 98+82+62=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 98 - color contains mainly: red. Hex color #62523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62523E is #9DADC1. Grayscale: #545454. Windows color (decimal): -10333634 or 4084322. OLE color: 4084322.
HSL color Cylindrical-coordinate representation of color #62523E: hue angle of 33.33º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62523E is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 82 | 62 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.62 |
| HSL | 33.33º | 0.23% | 0.31% | - |
| HSV(B) | 33.33º | 0.37% | 0.38% | - |
| XYZ | 8.92 | 8.98 | 5.82 | - |
| YUV | 84.5 | 115.3 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 62 | 0 | 0.16 | 0.37 | 0.62 | 33.33 | 0.23 | 0.31 |
| Hex | 62 | 52 | 3E | 0 | 10 | 25 | 3E | 21 | 16 | 1F |
| Octal | 142 | 122 | 76 | 0 | 20 | 45 | 76 | 41 | 26 | 37 |
| Binary | 1100010 | 1010010 | 111110 | 0 | 10000 | 100101 | 111110 | 100001 | 10110 | 11111 |
Color Harmonies of #62523E
Complementary color
Monochromatic Colors of #62523E
Black with #62523E
Text Example
Text Example
White with #62523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62523E; }
p { color: rgb(98,82,62); }
H1.HeaderClassName
{
color: #62523E;
}
.AnyTagClassName
{
color: #62523E;
}
</style>
background-color css
<style>
a { background-color: #62523E; }
a { background-color: rgb(98,82,62); }
div.DivClassName
{
background-color: #62523E;
}
.BgClassName
{
background-color: #62523E;
}
</style>
border-color css
<style>
span { border-color: #62523E; }
span { border-color: rgb(98,82,62); }
td.TdClassName
{
border-color: #62523E;
}
.TagClassName
{
border-color: #62523E;
}
</style>