Shades of Judge Grey #65533B
Tints of Judge Grey #65533B
RGB
CMYK
RGB Variations
Color information
#65533B (or 0x65533B) is known color: Judge Grey. HEX triplet: 65, 53 and 3B. RGB value is (101,83,59). Sum of RGB (Red+Green+Blue) = 101+83+59=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 101 - color contains mainly: red. Hex color #65533B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65533B is #9AACC4. Grayscale: #555555. Windows color (decimal): -10136773 or 3887973. OLE color: 3887973.
HSL color Cylindrical-coordinate representation of color #65533B: hue angle of 34.29º 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 #65533B is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 83 | 59 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.60 |
| HSL | 34.29º | 0.26% | 0.31% | - |
| HSV(B) | 34.29º | 0.42% | 0.4% | - |
| XYZ | 9.25 | 9.27 | 5.44 | - |
| YUV | 85.65 | 112.96 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 59 | 0 | 0.18 | 0.42 | 0.60 | 34.29 | 0.26 | 0.31 |
| Hex | 65 | 53 | 3B | 0 | 12 | 2A | 3C | 22 | 1A | 1F |
| Octal | 145 | 123 | 73 | 0 | 22 | 52 | 74 | 42 | 32 | 37 |
| Binary | 1100101 | 1010011 | 111011 | 0 | 10010 | 101010 | 111100 | 100010 | 11010 | 11111 |
Color Harmonies of #65533B
Complementary color
Monochromatic Colors of #65533B
Black with #65533B
Text Example
Text Example
White with #65533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65533B; }
p { color: rgb(101,83,59); }
H1.HeaderClassName
{
color: #65533B;
}
.AnyTagClassName
{
color: #65533B;
}
</style>
background-color css
<style>
a { background-color: #65533B; }
a { background-color: rgb(101,83,59); }
div.DivClassName
{
background-color: #65533B;
}
.BgClassName
{
background-color: #65533B;
}
</style>
border-color css
<style>
span { border-color: #65533B; }
span { border-color: rgb(101,83,59); }
td.TdClassName
{
border-color: #65533B;
}
.TagClassName
{
border-color: #65533B;
}
</style>