#625339

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

Shades of Judge Grey #625339

Tints of Judge Grey #625339

Color information

#625339 (or 0x625339) is unknown color: approx Judge Grey. HEX triplet: 62, 53 and 39. RGB value is (98,83,57). Sum of RGB (Red+Green+Blue) = 98+83+57=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 98 - color contains mainly: red. Hex color #625339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625339 is #9DACC6. Grayscale: #545454. Windows color (decimal): -10333383 or 3756898. OLE color: 3756898.

HSL color Cylindrical-coordinate representation of color #625339: hue angle of 38.05º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #625339 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB988357-
CMYK00.150.420.62
HSL38.05º26.45%30.39%-
HSV(B)38.05º41.84%38.43%-
XYZ8.879.085.16-
YUV84.52112.47137.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.18%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 57 (22.66% from 255) = 23.95%
R=41.18%
G=34.87%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98835700.150.420.6238.0526.4530.39
Hex6253390F2A3E261a1e
Octal142123710175276463236
Binary11000101010011111001011111010101111101001101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625339; }

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

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

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

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

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

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

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

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