Html Css Color HEX #595248 Judge Grey

📋 copy color: '#595248'

red 89 ◦ green 82 ◦ blue 72

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

Shades of Judge Grey #595248

Tints of Judge Grey #595248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.63%

R = 36.63%
G = 33.74%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#595248 (or 0x595248) is known color: Judge Grey. HEX triplet: 59, 52 and 48. RGB value is (89,82,72). Sum of RGB (Red+Green+Blue) = 89+82+72=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 89 - color contains mainly: red. Hex color #595248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595248 is #A6ADB7. Grayscale: #535353. Windows color (decimal): -10923448 or 4739673. OLE color: 4739673.

HSL color Cylindrical-coordinate representation of color #595248: hue angle of 35.29º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #595248 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 82 72 -
CMYK 0 0.08 0.19 0.65
HSL 35.29º 0.11% 0.32% -
HSV(B) 35.29º 0.19% 0.35% -
XYZ 8.31 8.63 7.36 -
YUV 82.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 89 82 72 0 0.08 0.19 0.65 35.29 0.11 0.32
Hex 59 52 48 0 8 13 41 23 B 20
Octal 131 122 110 0 10 23 101 43 13 40
Binary 1011001 1010010 1001000 0 1000 10011 1000001 100011 1011 100000

Color Harmonies of #595248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595248

Black with #595248

Text Example


Text Example

White with #595248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595248; }

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

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

background-color css

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

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

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

border-color css

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

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

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