Shades of Judge Grey #5D513D
Tints of Judge Grey #5D513D
RGB
CMYK
RGB Variations
Color information
#5D513D (or 0x5D513D) is known color: Judge Grey. HEX triplet: 5D, 51 and 3D. RGB value is (93,81,61). Sum of RGB (Red+Green+Blue) = 93+81+61=235 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.57% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 93 - color contains mainly: red. Hex color #5D513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D513D is #A2AEC2. Grayscale: #525252. Windows color (decimal): -10661571 or 4018525. OLE color: 4018525.
HSL color Cylindrical-coordinate representation of color #5D513D: hue angle of 37.5º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D513D is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 81 | 61 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.64 |
| HSL | 37.5º | 0.21% | 0.3% | - |
| HSV(B) | 37.5º | 0.34% | 0.36% | - |
| XYZ | 8.3 | 8.55 | 5.63 | - |
| YUV | 82.31 | 115.98 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 81 | 61 | 0 | 0.13 | 0.34 | 0.64 | 37.5 | 0.21 | 0.3 |
| Hex | 5D | 51 | 3D | 0 | D | 22 | 40 | 26 | 15 | 1E |
| Octal | 135 | 121 | 75 | 0 | 15 | 42 | 100 | 46 | 25 | 36 |
| Binary | 1011101 | 1010001 | 111101 | 0 | 1101 | 100010 | 1000000 | 100110 | 10101 | 11110 |
Color Harmonies of #5D513D
Complementary color
Monochromatic Colors of #5D513D
Black with #5D513D
Text Example
Text Example
White with #5D513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D513D; }
p { color: rgb(93,81,61); }
H1.HeaderClassName
{
color: #5D513D;
}
.AnyTagClassName
{
color: #5D513D;
}
</style>
background-color css
<style>
a { background-color: #5D513D; }
a { background-color: rgb(93,81,61); }
div.DivClassName
{
background-color: #5D513D;
}
.BgClassName
{
background-color: #5D513D;
}
</style>
border-color css
<style>
span { border-color: #5D513D; }
span { border-color: rgb(93,81,61); }
td.TdClassName
{
border-color: #5D513D;
}
.TagClassName
{
border-color: #5D513D;
}
</style>