#5E523C

Color #5E523C Judge Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Judge Grey #5E523C

Tints of Judge Grey #5E523C

Color information

#5E523C (or 0x5E523C) is unknown color: approx Judge Grey. HEX triplet: 5E, 52 and 3C. RGB value is (94,82,60). Sum of RGB (Red+Green+Blue) = 94+82+60=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 94 - color contains mainly: red. Hex color #5E523C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E523C is #A1ADC3. Grayscale: #535353. Windows color (decimal): -10595780 or 3953246. OLE color: 3953246.

HSL color Cylindrical-coordinate representation of color #5E523C: hue angle of 38.82º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E523C is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB948260-
CMYK00.130.360.63
HSL38.82º22.08%30.2%-
HSV(B)38.82º36.17%36.86%-
XYZ8.458.745.52-
YUV83.08114.98135.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.83%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 60 (23.83% from 255) = 25.42%
R=39.83%
G=34.75%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94826000.130.360.6338.8222.0830.2
Hex5E523C0D243F27161e
Octal136122740154477472636
Binary10111101010010111100011011001001111111001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E523C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E523C; }

 p { color: rgb(94,82,60); }

 H1.HeaderClassName
 {
   color: #5E523C;
 }
 .AnyTagClassName
 {
   color: #5E523C;
 }
</style>
background-color css

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

 a { background-color: rgb(94,82,60); }

 div.DivClassName
 {
   background-color: #5E523C;
 }
 .BgClassName
 {
   background-color: #5E523C;
 }
</style>
border-color css

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

 span { border-color: rgb(94,82,60); }

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