#85837F

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

Shades of Concord #85837F

Tints of Concord #85837F

Color information

#85837F (or 0x85837F) is unknown color: approx Concord. HEX triplet: 85, 83 and 7F. RGB value is (133,131,127). Sum of RGB (Red+Green+Blue) = 133+131+127=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 133 - color contains mainly: red. Hex color #85837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85837F is #7A7C80. Grayscale: #838383. Windows color (decimal): -8027265 or 8356741. OLE color: 8356741.

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

Color convert

RGB133131127-
CMYK00.020.050.48
HSL40º2.4%50.98%-
HSV(B)40º4.51%52.16%-
XYZ21.6222.7523.33-
YUV131.14125.66129.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.02%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 127 (50% from 255) = 32.48%
R=34.02%
G=33.50%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313112700.020.050.48402.450.98
Hex85837F0253028233
Octal2052031770256050263
Binary1000010110000011111111101010111000010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85837F; }

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

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

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

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

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

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

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

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