Html Css Color HEX #595149 Judge Grey

📋 copy color: '#595149'

red 89 ◦ green 81 ◦ blue 73

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

Shades of Judge Grey #595149

Tints of Judge Grey #595149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 30.04%

R = 36.63%
G = 33.33%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#595149 (or 0x595149) is known color: Judge Grey. HEX triplet: 59, 51 and 49. RGB value is (89,81,73). Sum of RGB (Red+Green+Blue) = 89+81+73=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 89 - color contains mainly: red. Hex color #595149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595149 is #A6AEB6. Grayscale: #525252. Windows color (decimal): -10923703 or 4804953. OLE color: 4804953.

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

Color convert

RGB 89 81 73 -
CMYK 0 0.09 0.18 0.65
HSL 30º 0.1% 0.32% -
HSV(B) 30º 0.18% 0.35% -
XYZ 8.26 8.49 7.51 -
YUV 82.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 89 81 73 0 0.09 0.18 0.65 30 0.1 0.32
Hex 59 51 49 0 9 12 41 1E A 20
Octal 131 121 111 0 11 22 101 36 12 40
Binary 1011001 1010001 1001001 0 1001 10010 1000001 11110 1010 100000

Color Harmonies of #595149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595149

Black with #595149

Text Example


Text Example

White with #595149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595149; }

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

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

background-color css

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

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

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

border-color css

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

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

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