#62523A

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

Shades of Judge Grey #62523A

Tints of Judge Grey #62523A

Color information

#62523A (or 0x62523A) is unknown color: approx Judge Grey. HEX triplet: 62, 52 and 3A. RGB value is (98,82,58). Sum of RGB (Red+Green+Blue) = 98+82+58=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 98 - color contains mainly: red. Hex color #62523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62523A is #9DADC5. Grayscale: #545454. Windows color (decimal): -10333638 or 3822178. OLE color: 3822178.

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

Color convert

RGB988258-
CMYK00.160.410.62
HSL36º25.64%30.59%-
HSV(B)36º40.82%38.43%-
XYZ8.828.945.26-
YUV84.05113.3137.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.18%
GREEN value IS 82 (32.42% from 255) = 34.45%
BLUE value IS 58 (23.05% from 255) = 24.37%
R=41.18%
G=34.45%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98825800.160.410.623625.6430.59
Hex62523A010293E241a1f
Octal142122720205176443237
Binary110001010100101110100100001010011111101001001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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