#858075

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

Shades of Concord #858075

Tints of Concord #858075

Color information

#858075 (or 0x858075) is unknown color: approx Concord. HEX triplet: 85, 80 and 75. RGB value is (133,128,117). Sum of RGB (Red+Green+Blue) = 133+128+117=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 133 - color contains mainly: red. Hex color #858075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858075 is #7A7F8A. Grayscale: #808080. Windows color (decimal): -8028043 or 7700613. OLE color: 7700613.

HSL color Cylindrical-coordinate representation of color #858075: hue angle of 41.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #858075 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB133128117-
CMYK00.040.120.48
HSL41.25º6.4%49.02%-
HSV(B)41.25º12.03%52.16%-
XYZ20.621.7119.93-
YUV128.24121.66131.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.19%
GREEN value IS 128 (50.39% from 255) = 33.86%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=35.19%
G=33.86%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312811700.040.120.4841.256.449.02
Hex85807504C3029631
Octal20520016504146051661
Binary1000010110000000111010101001100110000101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858075; }

 p { color: rgb(133,128,117); }

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

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

 a { background-color: rgb(133,128,117); }

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

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

 span { border-color: rgb(133,128,117); }

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