Shades of Judge Grey #65573B
Tints of Judge Grey #65573B
RGB
CMYK
RGB Variations
Color information
#65573B (or 0x65573B) is known color: Judge Grey. HEX triplet: 65, 57 and 3B. RGB value is (101,87,59). Sum of RGB (Red+Green+Blue) = 101+87+59=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 101 - color contains mainly: red. Hex color #65573B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65573B is #9AA8C4. Grayscale: #585858. Windows color (decimal): -10135749 or 3888997. OLE color: 3888997.
HSL color Cylindrical-coordinate representation of color #65573B: hue angle of 40º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65573B is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 87 | 59 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.60 |
| HSL | 40º | 0.26% | 0.31% | - |
| HSV(B) | 40º | 0.42% | 0.4% | - |
| XYZ | 9.56 | 9.9 | 5.54 | - |
| YUV | 87.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 59 | 0 | 0.14 | 0.42 | 0.60 | 40 | 0.26 | 0.31 |
| Hex | 65 | 57 | 3B | 0 | E | 2A | 3C | 28 | 1A | 1F |
| Octal | 145 | 127 | 73 | 0 | 16 | 52 | 74 | 50 | 32 | 37 |
| Binary | 1100101 | 1010111 | 111011 | 0 | 1110 | 101010 | 111100 | 101000 | 11010 | 11111 |
Color Harmonies of #65573B
Complementary color
Monochromatic Colors of #65573B
Black with #65573B
Text Example
Text Example
White with #65573B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65573B; }
p { color: rgb(101,87,59); }
H1.HeaderClassName
{
color: #65573B;
}
.AnyTagClassName
{
color: #65573B;
}
</style>
background-color css
<style>
a { background-color: #65573B; }
a { background-color: rgb(101,87,59); }
div.DivClassName
{
background-color: #65573B;
}
.BgClassName
{
background-color: #65573B;
}
</style>
border-color css
<style>
span { border-color: #65573B; }
span { border-color: rgb(101,87,59); }
td.TdClassName
{
border-color: #65573B;
}
.TagClassName
{
border-color: #65573B;
}
</style>