#63533A

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

Shades of Judge Grey #63533A

Tints of Judge Grey #63533A

Color information

#63533A (or 0x63533A) is unknown color: approx 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

RGB998358-
CMYK00.160.410.61
HSL36.59º26.11%30.78%-
HSV(B)36.59º41.41%38.82%-
XYZ99.145.29-
YUV84.93112.8138.03-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99835800.160.410.6136.5926.1130.78
Hex63533A010293D251a1f
Octal143123720205175453237
Binary110001110100111110100100001010011111011001011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>