#85A383

Color #85A383 Pewter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pewter #85A383

Tints of Pewter #85A383

Color information

#85A383 (or 0x85A383) is unknown color: approx Pewter. HEX triplet: 85, A3 and 83. RGB value is (133,163,131). Sum of RGB (Red+Green+Blue) = 133+163+131=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 163 - color contains mainly: green. Hex color #85A383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A383 is #7A5C7C. Grayscale: #969696. Windows color (decimal): -8019069 or 8627077. OLE color: 8627077.

HSL color Cylindrical-coordinate representation of color #85A383: hue angle of 116.25º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #85A383 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB133163131-
CMYK0.1800.200.36
HSL116.25º14.81%57.65%-
HSV(B)116.25º19.63%63.92%-
XYZ26.8732.8226.39-
YUV150.38117.06115.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.15%
GREEN value IS 163 (64.06% from 255) = 38.17%
BLUE value IS 131 (51.56% from 255) = 30.68%
R=31.15%
G=38.17%
B=30.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1331631310.1800.200.36116.2514.8157.65
Hex85A383120142474f3a
Octal20524320322024441641772
Binary1000010110100011100000111001001010010010011101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A383; }

 p { color: rgb(133,163,131); }

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

<style>
 a { background-color: #85A383; }

 a { background-color: rgb(133,163,131); }

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

<style>
 span { border-color: #85A383; }

 span { border-color: rgb(133,163,131); }

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