#62533F

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

Shades of Judge Grey #62533F

Tints of Judge Grey #62533F

Color information

#62533F (or 0x62533F) is unknown color: approx Judge Grey. HEX triplet: 62, 53 and 3F. RGB value is (98,83,63). Sum of RGB (Red+Green+Blue) = 98+83+63=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 98 - color contains mainly: red. Hex color #62533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62533F is #9DACC0. Grayscale: #555555. Windows color (decimal): -10333377 or 4150114. OLE color: 4150114.

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

Color convert

RGB988363-
CMYK00.150.360.62
HSL34.29º21.74%31.57%-
HSV(B)34.29º35.71%38.43%-
XYZ9.039.145.99-
YUV85.2115.47137.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.16%
GREEN value IS 83 (32.81% from 255) = 34.02%
BLUE value IS 63 (25% from 255) = 25.82%
R=40.16%
G=34.02%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98836300.150.360.6234.2921.7431.57
Hex62533F0F243E221620
Octal142123770174476422640
Binary110001010100111111110111110010011111010001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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