#63523A

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

Shades of Judge Grey #63523A

Tints of Judge Grey #63523A

Color information

#63523A (or 0x63523A) is unknown color: approx Judge Grey. HEX triplet: 63, 52 and 3A. RGB value is (99,82,58). Sum of RGB (Red+Green+Blue) = 99+82+58=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 99 - color contains mainly: red. Hex color #63523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63523A is #9CADC5. Grayscale: #545454. Windows color (decimal): -10268102 or 3822179. OLE color: 3822179.

HSL color Cylindrical-coordinate representation of color #63523A: hue angle of 35.12º 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 #63523A is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB998258-
CMYK00.170.410.61
HSL35.12º26.11%30.78%-
HSV(B)35.12º41.41%38.82%-
XYZ8.938.995.27-
YUV84.35113.13138.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.42%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 58 (23.05% from 255) = 24.27%
R=41.42%
G=34.31%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99825800.170.410.6135.1226.1130.78
Hex63523A011293D231a1f
Octal143122720215175433237
Binary110001110100101110100100011010011111011000111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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