#84817A

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

Shades of Concord #84817A

Tints of Concord #84817A

Color information

#84817A (or 0x84817A) is unknown color: approx Concord. HEX triplet: 84, 81 and 7A. RGB value is (132,129,122). Sum of RGB (Red+Green+Blue) = 132+129+122=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 132 - color contains mainly: red. Hex color #84817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84817A is #7B7E85. Grayscale: #818181. Windows color (decimal): -8093318 or 8028548. OLE color: 8028548.

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

Color convert

RGB132129122-
CMYK00.020.080.48
HSL42º3.94%49.8%-
HSV(B)42º7.58%51.76%-
XYZ20.8822.0121.56-
YUV129.1123.99130.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.46%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=34.46%
G=33.68%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212912200.020.080.48423.9449.8
Hex84817A028302a432
Octal20420117202106052462
Binary100001001000000111110100101000110000101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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