Html Css Color HEX #63533D Judge Grey

📋 copy color: '#63533D'

red 99 ◦ green 83 ◦ blue 61

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

Shades of Judge Grey #63533D

Tints of Judge Grey #63533D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.16%

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

R = 40.74%
G = 34.16%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#63533D (or 0x63533D) is known color: Judge Grey. HEX triplet: 63, 53 and 3D. RGB value is (99,83,61). Sum of RGB (Red+Green+Blue) = 99+83+61=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 99 - color contains mainly: red. Hex color #63533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63533D is #9CACC2. Grayscale: #555555. Windows color (decimal): -10267843 or 4019043. OLE color: 4019043.

HSL color Cylindrical-coordinate representation of color #63533D: hue angle of 34.74º 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 #63533D is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 83 61 -
CMYK 0 0.16 0.38 0.61
HSL 34.74º 0.24% 0.31% -
HSV(B) 34.74º 0.38% 0.39% -
XYZ 9.08 9.18 5.71 -
YUV 85.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 99 83 61 0 0.16 0.38 0.61 34.74 0.24 0.31
Hex 63 53 3D 0 10 26 3D 23 18 1F
Octal 143 123 75 0 20 46 75 43 30 37
Binary 1100011 1010011 111101 0 10000 100110 111101 100011 11000 11111

Color Harmonies of #63533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63533D

Black with #63533D

Text Example


Text Example

White with #63533D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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