#595145

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

Shades of Judge Grey #595145

Tints of Judge Grey #595145

Color information

#595145 (or 0x595145) is unknown color: approx Judge Grey. HEX triplet: 59, 51 and 45. RGB value is (89,81,69). Sum of RGB (Red+Green+Blue) = 89+81+69=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 89 - color contains mainly: red. Hex color #595145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595145 is #A6AEBA. Grayscale: #525252. Windows color (decimal): -10923707 or 4542809. OLE color: 4542809.

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

Color convert

RGB898169-
CMYK00.090.220.65
HSL36º12.66%30.98%-
HSV(B)36º22.47%34.9%-
XYZ8.148.446.83-
YUV82.02120.65132.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.24%
GREEN value IS 81 (32.03% from 255) = 33.89%
BLUE value IS 69 (27.34% from 255) = 28.87%
R=37.24%
G=33.89%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89816900.090.220.653612.6630.98
Hex59514509164124d1f
Octal13112110501126101441537
Binary10110011010001100010101001101101000001100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595145; }

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

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

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

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

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

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

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

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