Html Css Color HEX #63533A Judge Grey

📋 copy color: '#63533A'

red 99 ◦ green 83 ◦ blue 58

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

Shades of Judge Grey #63533A

Tints of Judge Grey #63533A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.17%

R = 41.25%
G = 34.58%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#63533A (or 0x63533A) is known color: Judge Grey. HEX triplet: 63, 53 and 3A. RGB value is (99,83,58). Sum of RGB (Red+Green+Blue) = 99+83+58=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 99 - color contains mainly: red. Hex color #63533A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63533A is #9CACC5. Grayscale: #555555. Windows color (decimal): -10267846 or 3822435. OLE color: 3822435.

HSL color Cylindrical-coordinate representation of color #63533A: hue angle of 36.59º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #63533A is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 83 58 -
CMYK 0 0.16 0.41 0.61
HSL 36.59º 0.26% 0.31% -
HSV(B) 36.59º 0.41% 0.39% -
XYZ 9 9.14 5.29 -
YUV 84.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 99 83 58 0 0.16 0.41 0.61 36.59 0.26 0.31
Hex 63 53 3A 0 10 29 3D 25 1A 1F
Octal 143 123 72 0 20 51 75 45 32 37
Binary 1100011 1010011 111010 0 10000 101001 111101 100101 11010 11111

Color Harmonies of #63533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63533A

Black with #63533A

Text Example


Text Example

White with #63533A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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