#595146

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

Shades of Judge Grey #595146

Tints of Judge Grey #595146

Color information

#595146 (or 0x595146) is unknown color: approx Judge Grey. HEX triplet: 59, 51 and 46. RGB value is (89,81,70). Sum of RGB (Red+Green+Blue) = 89+81+70=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 89 - color contains mainly: red. Hex color #595146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595146 is #A6AEB9. Grayscale: #525252. Windows color (decimal): -10923706 or 4608345. OLE color: 4608345.

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

Color convert

RGB898170-
CMYK00.090.210.65
HSL34.74º11.95%31.18%-
HSV(B)34.74º21.35%34.9%-
XYZ8.178.457-
YUV82.14121.15132.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.08%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 70 (27.73% from 255) = 29.17%
R=37.08%
G=33.75%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89817000.090.210.6534.7411.9531.18
Hex59514609154123c1f
Octal13112110601125101431437
Binary10110011010001100011001001101011000001100011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595146; }

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

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

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

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

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

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

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

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