Shades of Judge Grey #65533A
Tints of Judge Grey #65533A
RGB
CMYK
RGB Variations
Color information
#65533A (or 0x65533A) is known color: Judge Grey. HEX triplet: 65, 53 and 3A. RGB value is (101,83,58). Sum of RGB (Red+Green+Blue) = 101+83+58=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 101 - color contains mainly: red. Hex color #65533A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65533A is #9AACC5. Grayscale: #555555. Windows color (decimal): -10136774 or 3822437. OLE color: 3822437.
HSL color Cylindrical-coordinate representation of color #65533A: hue angle of 34.88º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65533A is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 83 | 58 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.60 |
| HSL | 34.88º | 0.27% | 0.31% | - |
| HSV(B) | 34.88º | 0.43% | 0.4% | - |
| XYZ | 9.22 | 9.26 | 5.3 | - |
| YUV | 85.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 58 | 0 | 0.18 | 0.43 | 0.60 | 34.88 | 0.27 | 0.31 |
| Hex | 65 | 53 | 3A | 0 | 12 | 2B | 3C | 23 | 1B | 1F |
| Octal | 145 | 123 | 72 | 0 | 22 | 53 | 74 | 43 | 33 | 37 |
| Binary | 1100101 | 1010011 | 111010 | 0 | 10010 | 101011 | 111100 | 100011 | 11011 | 11111 |
Color Harmonies of #65533A
Complementary color
Monochromatic Colors of #65533A
Black with #65533A
Text Example
Text Example
White with #65533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65533A; }
p { color: rgb(101,83,58); }
H1.HeaderClassName
{
color: #65533A;
}
.AnyTagClassName
{
color: #65533A;
}
</style>
background-color css
<style>
a { background-color: #65533A; }
a { background-color: rgb(101,83,58); }
div.DivClassName
{
background-color: #65533A;
}
.BgClassName
{
background-color: #65533A;
}
</style>
border-color css
<style>
span { border-color: #65533A; }
span { border-color: rgb(101,83,58); }
td.TdClassName
{
border-color: #65533A;
}
.TagClassName
{
border-color: #65533A;
}
</style>