Html Css Color HEX #595247 Judge Grey

📋 copy color: '#595247'

red 89 ◦ green 82 ◦ blue 71

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

Shades of Judge Grey #595247

Tints of Judge Grey #595247

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.88%

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

R = 36.78%
G = 33.88%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#595247 (or 0x595247) is known color: Judge Grey. HEX triplet: 59, 52 and 47. RGB value is (89,82,71). Sum of RGB (Red+Green+Blue) = 89+82+71=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 89 - color contains mainly: red. Hex color #595247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595247 is #A6ADB8. Grayscale: #525252. Windows color (decimal): -10923449 or 4674137. OLE color: 4674137.

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

Color convert

RGB 89 82 71 -
CMYK 0 0.08 0.20 0.65
HSL 36.67º 0.11% 0.31% -
HSV(B) 36.67º 0.2% 0.35% -
XYZ 8.27 8.61 7.19 -
YUV 82.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 89 82 71 0 0.08 0.20 0.65 36.67 0.11 0.31
Hex 59 52 47 0 8 14 41 25 B 1F
Octal 131 122 107 0 10 24 101 45 13 37
Binary 1011001 1010010 1000111 0 1000 10100 1000001 100101 1011 11111

Color Harmonies of #595247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595247

Black with #595247

Text Example


Text Example

White with #595247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595247; }

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

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

background-color css

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

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

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

border-color css

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

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

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