Html Css Color HEX #63523D Judge Grey

📋 copy color: '#63523D'

red 99 ◦ green 82 ◦ blue 61

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

Shades of Judge Grey #63523D

Tints of Judge Grey #63523D

RGB

 RED value IS 99 (39.06% from 255) = 40.91%

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

 BLUE value IS 61 (24.22% from 255) = 25.21%

R = 40.91%
G = 33.88%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#63523D (or 0x63523D) is known color: Judge Grey. HEX triplet: 63, 52 and 3D. RGB value is (99,82,61). Sum of RGB (Red+Green+Blue) = 99+82+61=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #63523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63523D is #9CADC2. Grayscale: #545454. Windows color (decimal): -10268099 or 4018787. OLE color: 4018787.

HSL color Cylindrical-coordinate representation of color #63523D: hue angle of 33.16º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63523D is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 82 61 -
CMYK 0 0.17 0.38 0.61
HSL 33.16º 0.24% 0.31% -
HSV(B) 33.16º 0.38% 0.39% -
XYZ 9.01 9.02 5.68 -
YUV 84.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 99 82 61 0 0.17 0.38 0.61 33.16 0.24 0.31
Hex 63 52 3D 0 11 26 3D 21 18 1F
Octal 143 122 75 0 21 46 75 41 30 37
Binary 1100011 1010010 111101 0 10001 100110 111101 100001 11000 11111

Color Harmonies of #63523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63523D

Black with #63523D

Text Example


Text Example

White with #63523D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63523D; }

 p { color: rgb(99,82,61); }

 H1.HeaderClassName
 {
   color: #63523D;
 }
 .AnyTagClassName
 {
   color: #63523D;
 }
</style>

background-color css

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

 a { background-color: rgb(99,82,61); }

 div.DivClassName
 {
   background-color: #63523D;
 }
 .BgClassName
 {
   background-color: #63523D;
 }
</style>

border-color css

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

 span { border-color: rgb(99,82,61); }

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