#62573F

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

Shades of Judge Grey #62573F

Tints of Judge Grey #62573F

Color information

#62573F (or 0x62573F) is unknown color: approx Judge Grey. HEX triplet: 62, 57 and 3F. RGB value is (98,87,63). Sum of RGB (Red+Green+Blue) = 98+87+63=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 98 - color contains mainly: red. Hex color #62573F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62573F is #9DA8C0. Grayscale: #575757. Windows color (decimal): -10332353 or 4151138. OLE color: 4151138.

HSL color Cylindrical-coordinate representation of color #62573F: hue angle of 41.14º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62573F is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB988763-
CMYK00.110.360.62
HSL41.14º21.74%31.57%-
HSV(B)41.14º35.71%38.43%-
XYZ9.349.776.1-
YUV87.55114.14135.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.52%
GREEN value IS 87 (34.38% from 255) = 35.08%
BLUE value IS 63 (25% from 255) = 25.40%
R=39.52%
G=35.08%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98876300.110.360.6241.1421.7431.57
Hex62573F0B243E291620
Octal142127770134476512640
Binary110001010101111111110101110010011111010100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62573F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62573F; }

 p { color: rgb(98,87,63); }

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

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

 a { background-color: rgb(98,87,63); }

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

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

 span { border-color: rgb(98,87,63); }

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