#62523F

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

Shades of Judge Grey #62523F

Tints of Judge Grey #62523F

Color information

#62523F (or 0x62523F) is unknown color: approx Judge Grey. HEX triplet: 62, 52 and 3F. RGB value is (98,82,63). Sum of RGB (Red+Green+Blue) = 98+82+63=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 98 - color contains mainly: red. Hex color #62523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62523F is #9DADC0. Grayscale: #545454. Windows color (decimal): -10333633 or 4149858. OLE color: 4149858.

HSL color Cylindrical-coordinate representation of color #62523F: hue angle of 32.57º 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 #62523F is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB988263-
CMYK00.160.360.62
HSL32.57º21.74%31.57%-
HSV(B)32.57º35.71%38.43%-
XYZ8.958.995.97-
YUV84.62115.8137.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.33%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 63 (25% from 255) = 25.93%
R=40.33%
G=33.74%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98826300.160.360.6232.5721.7431.57
Hex62523F010243E211620
Octal142122770204476412640
Binary1100010101001011111101000010010011111010000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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