Html Css Color HEX #595146 Judge Grey

📋 copy color: '#595146'

red 89 ◦ green 81 ◦ blue 70

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

Shades of Judge Grey #595146

Tints of Judge Grey #595146

RGB

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

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

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

R = 37.08%
G = 33.75%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#595146 (or 0x595146) is known color: Judge Grey. HEX triplet: 59, 51 and 46. RGB value is (89,81,70). Sum of RGB (Red+Green+Blue) = 89+81+70=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 89 - color contains mainly: red. Hex color #595146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595146 is #A6AEB9. Grayscale: #525252. Windows color (decimal): -10923706 or 4608345. OLE color: 4608345.

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

Color convert

RGB 89 81 70 -
CMYK 0 0.09 0.21 0.65
HSL 34.74º 0.12% 0.31% -
HSV(B) 34.74º 0.21% 0.35% -
XYZ 8.17 8.45 7 -
YUV 82.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 89 81 70 0 0.09 0.21 0.65 34.74 0.12 0.31
Hex 59 51 46 0 9 15 41 23 C 1F
Octal 131 121 106 0 11 25 101 43 14 37
Binary 1011001 1010001 1000110 0 1001 10101 1000001 100011 1100 11111

Color Harmonies of #595146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595146

Black with #595146

Text Example


Text Example

White with #595146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595146; }

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

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

background-color css

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

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

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

border-color css

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

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

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