#858179

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

Shades of Concord #858179

Tints of Concord #858179

Color information

#858179 (or 0x858179) is unknown color: approx Concord. HEX triplet: 85, 81 and 79. RGB value is (133,129,121). Sum of RGB (Red+Green+Blue) = 133+129+121=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 133 - color contains mainly: red. Hex color #858179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858179 is #7A7E86. Grayscale: #818181. Windows color (decimal): -8027783 or 7963013. OLE color: 7963013.

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

Color convert

RGB133129121-
CMYK00.030.090.48
HSL40º4.72%49.8%-
HSV(B)40º9.02%52.16%-
XYZ20.9722.0721.24-
YUV129.28123.33130.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.73%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 121 (47.66% from 255) = 31.59%
R=34.73%
G=33.68%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312912100.030.090.48404.7249.8
Hex8581790393028532
Octal20520117103116050562
Binary100001011000000111110010111001110000101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858179; }

 p { color: rgb(133,129,121); }

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

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

 a { background-color: rgb(133,129,121); }

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

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

 span { border-color: rgb(133,129,121); }

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