#858076

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

Shades of Concord #858076

Tints of Concord #858076

Color information

#858076 (or 0x858076) is unknown color: approx Concord. HEX triplet: 85, 80 and 76. RGB value is (133,128,118). Sum of RGB (Red+Green+Blue) = 133+128+118=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 133 - color contains mainly: red. Hex color #858076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858076 is #7A7F89. Grayscale: #808080. Windows color (decimal): -8028042 or 7766149. OLE color: 7766149.

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

Color convert

RGB133128118-
CMYK00.040.110.48
HSL40º5.98%49.22%-
HSV(B)40º11.28%52.16%-
XYZ20.6621.7320.25-
YUV128.35122.16131.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.09%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 118 (46.48% from 255) = 31.13%
R=35.09%
G=33.77%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312811800.040.110.48405.9849.22
Hex85807604B3028631
Octal20520016604136050661
Binary1000010110000000111011001001011110000101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858076; }

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

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

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

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

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

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

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

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