Html Css Color HEX #62523B Judge Grey

📋 copy color: '#62523B'

red 98 ◦ green 82 ◦ blue 59

#62523B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Judge Grey #62523B

Tints of Judge Grey #62523B

RGB

 RED value IS 98 (38.67% from 255) = 41%

 GREEN value IS 82 (32.42% from 255) = 34.31%

 BLUE value IS 59 (23.44% from 255) = 24.69%

R = 41%
G = 34.31%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#62523B (or 0x62523B) is known color: 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

RGB 98 82 59 -
CMYK 0 0.16 0.40 0.62
HSL 35.38º 0.25% 0.31% -
HSV(B) 35.38º 0.4% 0.38% -
XYZ 8.84 8.95 5.4 -
YUV 84.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 98 82 59 0 0.16 0.40 0.62 35.38 0.25 0.31
Hex 62 52 3B 0 10 28 3E 23 19 1F
Octal 142 122 73 0 20 50 76 43 31 37
Binary 1100010 1010010 111011 0 10000 101000 111110 100011 11001 11111

Color Harmonies of #62523B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62523B

Black with #62523B

Text Example


Text Example

White with #62523B

Text Example


Text Example

HTML Codes & Css Web 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>