Html Css Color HEX #858482 Concord

📋 copy color: '#858482'

red 133 ◦ green 132 ◦ blue 130

#858482
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Concord #858482

Tints of Concord #858482

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 value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#858482 (or 0x858482) is known color: 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

RGB 133 132 130 -
CMYK 0 0.01 0.02 0.48
HSL 40º 0.01% 0.52% -
HSV(B) 40º 0.02% 0.52% -
XYZ 21.95 23.1 24.42 -
YUV 132.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 133 132 130 0 0.01 0.02 0.48 40 0.01 0.52
Hex 85 84 82 0 1 2 30 28 1 34
Octal 205 204 202 0 1 2 60 50 1 64
Binary 10000101 10000100 10000010 0 1 10 110000 101000 1 110100

Color Harmonies of #858482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858482

Black with #858482

Text Example


Text Example

White with #858482

Text Example


Text Example

HTML Codes & Css Web 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>