#83807A

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

Shades of Concord #83807A

Tints of Concord #83807A

Color information

#83807A (or 0x83807A) is unknown color: approx Concord. HEX triplet: 83, 80 and 7A. RGB value is (131,128,122). Sum of RGB (Red+Green+Blue) = 131+128+122=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 131 - color contains mainly: red. Hex color #83807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83807A is #7C7F85. Grayscale: #808080. Windows color (decimal): -8159110 or 8028291. OLE color: 8028291.

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

Color convert

RGB131128122-
CMYK00.020.070.49
HSL40º3.56%49.61%-
HSV(B)40º6.87%51.37%-
XYZ20.5921.6721.51-
YUV128.21124.49129.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.38%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=34.38%
G=33.60%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112812200.020.070.49403.5649.61
Hex83807A0273128432
Octal2032001720276150462
Binary10000011100000001111010010111110001101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,128,122); }

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

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

 a { background-color: rgb(131,128,122); }

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

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

 span { border-color: rgb(131,128,122); }

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