#858482

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

Shades of Concord #858482

Tints of Concord #858482

Color information

#858482 (or 0x858482) is unknown color: approx Concord. HEX triplet: 85, 84 and 82. RGB value is (133,132,130). Sum of RGB (Red+Green+Blue) = 133+132+130=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 133 - color contains mainly: red. Hex color #858482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858482 is #7A7B7D. Grayscale: #848484. Windows color (decimal): -8027006 or 8553605. OLE color: 8553605.

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

Color convert

RGB133132130-
CMYK00.010.020.48
HSL40º1.21%51.57%-
HSV(B)40º2.26%52.16%-
XYZ21.9523.124.42-
YUV132.07126.83128.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.67%
GREEN value IS 132 (51.95% from 255) = 33.42%
BLUE value IS 130 (51.17% from 255) = 32.91%
R=33.67%
G=33.42%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313213000.010.020.48401.2151.57
Hex8584820123028134
Octal2052042020126050164
Binary10000101100001001000001001101100001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858482; }

 p { color: rgb(133,132,130); }

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

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

 a { background-color: rgb(133,132,130); }

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

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

 span { border-color: rgb(133,132,130); }

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