#63523B

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

Shades of Judge Grey #63523B

Tints of Judge Grey #63523B

Color information

#63523B (or 0x63523B) is unknown color: approx Judge Grey. HEX triplet: 63, 52 and 3B. RGB value is (99,82,59). Sum of RGB (Red+Green+Blue) = 99+82+59=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 99 - color contains mainly: red. Hex color #63523B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63523B is #9CADC4. Grayscale: #545454. Windows color (decimal): -10268101 or 3887715. OLE color: 3887715.

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

Color convert

RGB998259-
CMYK00.170.400.61
HSL34.5º25.32%30.98%-
HSV(B)34.5º40.4%38.82%-
XYZ8.9595.4-
YUV84.46113.63138.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.25%
GREEN value IS 82 (32.42% from 255) = 34.17%
BLUE value IS 59 (23.44% from 255) = 24.58%
R=41.25%
G=34.17%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99825900.170.400.6134.525.3230.98
Hex63523B011283D23191f
Octal143122730215075433137
Binary110001110100101110110100011010001111011000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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