#84817C

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

Shades of Concord #84817C

Tints of Concord #84817C

Color information

#84817C (or 0x84817C) is unknown color: approx Concord. HEX triplet: 84, 81 and 7C. RGB value is (132,129,124). Sum of RGB (Red+Green+Blue) = 132+129+124=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 132 - color contains mainly: red. Hex color #84817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84817C is #7B7E83. Grayscale: #818181. Windows color (decimal): -8093316 or 8159620. OLE color: 8159620.

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

Color convert

RGB132129124-
CMYK00.020.060.48
HSL37.5º3.15%50.2%-
HSV(B)37.5º6.06%51.76%-
XYZ2122.0622.22-
YUV129.33124.99129.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 129 (50.78% from 255) = 33.51%
BLUE value IS 124 (48.83% from 255) = 32.21%
R=34.29%
G=33.51%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212912400.020.060.4837.53.1550.2
Hex84817C0263026332
Octal2042011740266046362
Binary1000010010000001111110001011011000010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,129,124); }

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

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

 a { background-color: rgb(132,129,124); }

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

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

 span { border-color: rgb(132,129,124); }

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