#827D73

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

Shades of Concord #827D73

Tints of Concord #827D73

Color information

#827D73 (or 0x827D73) is unknown color: approx Concord. HEX triplet: 82, 7D and 73. RGB value is (130,125,115). Sum of RGB (Red+Green+Blue) = 130+125+115=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 130 - color contains mainly: red. Hex color #827D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D73 is #7D828C. Grayscale: #7D7D7D. Windows color (decimal): -8225421 or 7568770. OLE color: 7568770.

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

Color convert

RGB130125115-
CMYK00.040.120.49
HSL40º6.12%48.04%-
HSV(B)40º11.54%50.98%-
XYZ19.6320.6519.17-
YUV125.36122.16131.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.14%
GREEN value IS 125 (49.22% from 255) = 33.78%
BLUE value IS 115 (45.31% from 255) = 31.08%
R=35.14%
G=33.78%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012511500.040.120.49406.1248.04
Hex827D7304C3128630
Octal20217516304146150660
Binary100000101111101111001101001100110001101000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827D73; }

 p { color: rgb(130,125,115); }

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

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

 a { background-color: rgb(130,125,115); }

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

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

 span { border-color: rgb(130,125,115); }

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