#62523B

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

Shades of Judge Grey #62523B

Tints of Judge Grey #62523B

Color information

#62523B (or 0x62523B) is unknown color: approx Judge Grey. HEX triplet: 62, 52 and 3B. RGB value is (98,82,59). Sum of RGB (Red+Green+Blue) = 98+82+59=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 98 - color contains mainly: red. Hex color #62523B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62523B is #9DADC4. Grayscale: #545454. Windows color (decimal): -10333637 or 3887714. OLE color: 3887714.

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

Color convert

RGB988259-
CMYK00.160.400.62
HSL35.38º24.84%30.78%-
HSV(B)35.38º39.8%38.43%-
XYZ8.848.955.4-
YUV84.16113.8137.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.00%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 59 (23.44% from 255) = 24.69%
R=41.00%
G=34.31%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98825900.160.400.6235.3824.8430.78
Hex62523B010283E23191f
Octal142122730205076433137
Binary110001010100101110110100001010001111101000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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