#595149

Color #595149 Judge Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Judge Grey #595149

Tints of Judge Grey #595149

Color information

#595149 (or 0x595149) is unknown color: approx Judge Grey. HEX triplet: 59, 51 and 49. RGB value is (89,81,73). Sum of RGB (Red+Green+Blue) = 89+81+73=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 89 - color contains mainly: red. Hex color #595149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595149 is #A6AEB6. Grayscale: #525252. Windows color (decimal): -10923703 or 4804953. OLE color: 4804953.

HSL color Cylindrical-coordinate representation of color #595149: hue angle of 30º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #595149 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB898173-
CMYK00.090.180.65
HSL30º9.88%31.76%-
HSV(B)30º17.98%34.9%-
XYZ8.268.497.51-
YUV82.48122.65132.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 89 (35.16% from 255) = 36.63%
GREEN value IS 81 (32.03% from 255) = 33.33%
BLUE value IS 73 (28.91% from 255) = 30.04%
R=36.63%
G=33.33%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89817300.090.180.65309.8831.76
Hex5951490912411ea20
Octal13112111101122101361240
Binary10110011010001100100101001100101000001111101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595149; }

 p { color: rgb(89,81,73); }

 H1.HeaderClassName
 {
   color: #595149;
 }
 .AnyTagClassName
 {
   color: #595149;
 }
</style>
background-color css

<style>
 a { background-color: #595149; }

 a { background-color: rgb(89,81,73); }

 div.DivClassName
 {
   background-color: #595149;
 }
 .BgClassName
 {
   background-color: #595149;
 }
</style>
border-color css

<style>
 span { border-color: #595149; }

 span { border-color: rgb(89,81,73); }

 td.TdClassName
 {
   border-color: #595149;
 }
 .TagClassName
 {
   border-color: #595149;
 }
</style>