#62553B

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

Shades of Judge Grey #62553B

Tints of Judge Grey #62553B

Color information

#62553B (or 0x62553B) is unknown color: approx Judge Grey. HEX triplet: 62, 55 and 3B. RGB value is (98,85,59). Sum of RGB (Red+Green+Blue) = 98+85+59=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 98 - color contains mainly: red. Hex color #62553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62553B is #9DAAC4. Grayscale: #565656. Windows color (decimal): -10332869 or 3888482. OLE color: 3888482.

HSL color Cylindrical-coordinate representation of color #62553B: hue angle of 40º 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 #62553B is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB988559-
CMYK00.130.400.62
HSL40º24.84%30.78%-
HSV(B)40º39.8%38.43%-
XYZ9.079.415.48-
YUV85.92112.81136.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.50%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 59 (23.44% from 255) = 24.38%
R=40.50%
G=35.12%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98855900.130.400.624024.8430.78
Hex62553B0D283E28191f
Octal142125730155076503137
Binary11000101010101111011011011010001111101010001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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