Html Css Color HEX #595046 Judge Grey

📋 copy color: '#595046'

red 89 ◦ green 80 ◦ blue 70

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

Shades of Judge Grey #595046

Tints of Judge Grey #595046

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.47%

 BLUE value IS 70 (27.73% from 255) = 29.29%

R = 37.24%
G = 33.47%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#595046 (or 0x595046) is known color: Judge Grey. HEX triplet: 59, 50 and 46. RGB value is (89,80,70). Sum of RGB (Red+Green+Blue) = 89+80+70=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 89 - color contains mainly: red. Hex color #595046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595046 is #A6AFB9. Grayscale: #515151. Windows color (decimal): -10923962 or 4608089. OLE color: 4608089.

HSL color Cylindrical-coordinate representation of color #595046: hue angle of 31.58º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #595046 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 80 70 -
CMYK 0 0.10 0.21 0.65
HSL 31.58º 0.12% 0.31% -
HSV(B) 31.58º 0.21% 0.35% -
XYZ 8.09 8.3 6.97 -
YUV 81.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 89 80 70 0 0.10 0.21 0.65 31.58 0.12 0.31
Hex 59 50 46 0 A 15 41 20 C 1F
Octal 131 120 106 0 12 25 101 40 14 37
Binary 1011001 1010000 1000110 0 1010 10101 1000001 100000 1100 11111

Color Harmonies of #595046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595046

Black with #595046

Text Example


Text Example

White with #595046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595046; }

 p { color: rgb(89,80,70); }

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

background-color css

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

 a { background-color: rgb(89,80,70); }

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

border-color css

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

 span { border-color: rgb(89,80,70); }

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