#62523E

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

Shades of Judge Grey #62523E

Tints of Judge Grey #62523E

Color information

#62523E (or 0x62523E) is unknown color: approx Judge Grey. HEX triplet: 62, 52 and 3E. RGB value is (98,82,62). Sum of RGB (Red+Green+Blue) = 98+82+62=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 98 - color contains mainly: red. Hex color #62523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62523E is #9DADC1. Grayscale: #545454. Windows color (decimal): -10333634 or 4084322. OLE color: 4084322.

HSL color Cylindrical-coordinate representation of color #62523E: hue angle of 33.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62523E is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB988262-
CMYK00.160.370.62
HSL33.33º22.5%31.37%-
HSV(B)33.33º36.73%38.43%-
XYZ8.928.985.82-
YUV84.5115.3137.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.50%
GREEN value IS 82 (32.42% from 255) = 33.88%
BLUE value IS 62 (24.61% from 255) = 25.62%
R=40.50%
G=33.88%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98826200.160.370.6233.3322.531.37
Hex62523E010253E21161f
Octal142122760204576412637
Binary110001010100101111100100001001011111101000011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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