Html Css Color HEX #595148 Judge Grey

📋 copy color: '#595148'

red 89 ◦ green 81 ◦ blue 72

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

Shades of Judge Grey #595148

Tints of Judge Grey #595148

RGB

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

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

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

R = 36.78%
G = 33.47%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#595148 (or 0x595148) is known color: Judge Grey. HEX triplet: 59, 51 and 48. RGB value is (89,81,72). Sum of RGB (Red+Green+Blue) = 89+81+72=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 89 - color contains mainly: red. Hex color #595148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595148 is #A6AEB7. Grayscale: #525252. Windows color (decimal): -10923704 or 4739417. OLE color: 4739417.

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

Color convert

RGB 89 81 72 -
CMYK 0 0.09 0.19 0.65
HSL 31.76º 0.11% 0.32% -
HSV(B) 31.76º 0.19% 0.35% -
XYZ 8.23 8.48 7.33 -
YUV 82.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 89 81 72 0 0.09 0.19 0.65 31.76 0.11 0.32
Hex 59 51 48 0 9 13 41 20 B 20
Octal 131 121 110 0 11 23 101 40 13 40
Binary 1011001 1010001 1001000 0 1001 10011 1000001 100000 1011 100000

Color Harmonies of #595148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595148

Black with #595148

Text Example


Text Example

White with #595148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595148; }

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

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

background-color css

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

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

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

border-color css

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

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

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