Html Css Color HEX #595147 Judge Grey

📋 copy color: '#595147'

red 89 ◦ green 81 ◦ blue 71

#595147
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Judge Grey #595147

Tints of Judge Grey #595147

RGB

 RED value IS 89 (35.16% from 255) = 36.93%

 GREEN value IS 81 (32.03% from 255) = 33.61%

 BLUE value IS 71 (28.13% from 255) = 29.46%

R = 36.93%
G = 33.61%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#595147 (or 0x595147) is known color: Judge Grey. HEX triplet: 59, 51 and 47. RGB value is (89,81,71). Sum of RGB (Red+Green+Blue) = 89+81+71=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 89 - color contains mainly: red. Hex color #595147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595147 is #A6AEB8. Grayscale: #525252. Windows color (decimal): -10923705 or 4673881. OLE color: 4673881.

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

Color convert

RGB 89 81 71 -
CMYK 0 0.09 0.20 0.65
HSL 33.33º 0.11% 0.31% -
HSV(B) 33.33º 0.2% 0.35% -
XYZ 8.2 8.46 7.16 -
YUV 82.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 89 81 71 0 0.09 0.20 0.65 33.33 0.11 0.31
Hex 59 51 47 0 9 14 41 21 B 1F
Octal 131 121 107 0 11 24 101 41 13 37
Binary 1011001 1010001 1000111 0 1001 10100 1000001 100001 1011 11111

Color Harmonies of #595147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595147

Black with #595147

Text Example


Text Example

White with #595147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595147; }

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

 H1.HeaderClassName
 {
   color: #595147;
 }
 .AnyTagClassName
 {
   color: #595147;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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