Html Css Color HEX #595249 Judge Grey

📋 copy color: '#595249'

red 89 ◦ green 82 ◦ blue 73

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

Shades of Judge Grey #595249

Tints of Judge Grey #595249

RGB

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

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

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

R = 36.48%
G = 33.61%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#595249 (or 0x595249) is known color: Judge Grey. HEX triplet: 59, 52 and 49. RGB value is (89,82,73). Sum of RGB (Red+Green+Blue) = 89+82+73=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 89 - color contains mainly: red. Hex color #595249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595249 is #A6ADB6. Grayscale: #535353. Windows color (decimal): -10923447 or 4805209. OLE color: 4805209.

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

Color convert

RGB 89 82 73 -
CMYK 0 0.08 0.18 0.65
HSL 33.75º 0.1% 0.32% -
HSV(B) 33.75º 0.18% 0.35% -
XYZ 8.34 8.64 7.53 -
YUV 83.07 122.32 132.23 -
System Red Green Blue C M Y K H S L
Decimal 89 82 73 0 0.08 0.18 0.65 33.75 0.1 0.32
Hex 59 52 49 0 8 12 41 22 A 20
Octal 131 122 111 0 10 22 101 42 12 40
Binary 1011001 1010010 1001001 0 1000 10010 1000001 100010 1010 100000

Color Harmonies of #595249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595249

Black with #595249

Text Example


Text Example

White with #595249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595249; }

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

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

background-color css

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

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

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

border-color css

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

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

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