#595249

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

Shades of Judge Grey #595249

Tints of Judge Grey #595249

Color information

#595249 (or 0x595249) is unknown color: approx Judge Grey. HEX triplet: 59, 52 and 49. RGB value is (89,82,73). Sum of RGB (Red+Green+Blue) = 89+82+73=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 89 - color contains mainly: red. Hex color #595249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595249 is #A6ADB6. Grayscale: #535353. Windows color (decimal): -10923447 or 4805209. OLE color: 4805209.

HSL color Cylindrical-coordinate representation of color #595249: hue angle of 33.75º 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 #595249 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB898273-
CMYK00.080.180.65
HSL33.75º9.88%31.76%-
HSV(B)33.75º17.98%34.9%-
XYZ8.348.647.53-
YUV83.07122.32132.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.48%
GREEN value IS 82 (32.42% from 255) = 33.61%
BLUE value IS 73 (28.91% from 255) = 29.92%
R=36.48%
G=33.61%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89827300.080.180.6533.759.8831.76
Hex59524908124122a20
Octal13112211101022101421240
Binary101100110100101001001010001001010000011000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595249; }

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

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

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

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

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

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

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

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