#85827C

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

Shades of Concord #85827C

Tints of Concord #85827C

Color information

#85827C (or 0x85827C) is unknown color: approx Concord. HEX triplet: 85, 82 and 7C. RGB value is (133,130,124). Sum of RGB (Red+Green+Blue) = 133+130+124=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 133 - color contains mainly: red. Hex color #85827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85827C is #7A7D83. Grayscale: #828282. Windows color (decimal): -8027524 or 8159877. OLE color: 8159877.

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

Color convert

RGB133130124-
CMYK00.020.070.48
HSL40º3.56%50.39%-
HSV(B)40º6.77%52.16%-
XYZ21.2922.4122.27-
YUV130.21124.49129.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 124 (48.83% from 255) = 32.04%
R=34.37%
G=33.59%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313012400.020.070.48403.5650.39
Hex85827C0273028432
Octal2052021740276050462
Binary10000101100000101111100010111110000101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85827C; }

 p { color: rgb(133,130,124); }

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

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

 a { background-color: rgb(133,130,124); }

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

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

 span { border-color: rgb(133,130,124); }

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