#625548

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

Shades of Judge Grey #625548

Tints of Judge Grey #625548

Color information

#625548 (or 0x625548) is unknown color: approx Judge Grey. HEX triplet: 62, 55 and 48. RGB value is (98,85,72). Sum of RGB (Red+Green+Blue) = 98+85+72=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 98 - color contains mainly: red. Hex color #625548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625548 is #9DAAB7. Grayscale: #575757. Windows color (decimal): -10332856 or 4740450. OLE color: 4740450.

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

Color convert

RGB988572-
CMYK00.130.270.62
HSL30º15.29%33.33%-
HSV(B)30º26.53%38.43%-
XYZ9.469.567.48-
YUV87.4119.31135.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.43%
GREEN value IS 85 (33.59% from 255) = 33.33%
BLUE value IS 72 (28.52% from 255) = 28.24%
R=38.43%
G=33.33%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98857200.130.270.623015.2933.33
Hex6255480D1B3E1ef21
Octal1421251100153376361741
Binary1100010101010110010000110111011111110111101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625548; }

 p { color: rgb(98,85,72); }

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

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

 a { background-color: rgb(98,85,72); }

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

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

 span { border-color: rgb(98,85,72); }

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