Html Css Color HEX #858284 Taupe Grey

📋 copy color: '#858284'

red 133 ◦ green 130 ◦ blue 132

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

Shades of Taupe Grey #858284

Tints of Taupe Grey #858284

RGB

 RED value IS 133 (52.34% from 255) = 33.67%

 GREEN value IS 130 (51.17% from 255) = 32.91%

 BLUE value IS 132 (51.95% from 255) = 33.42%

R = 33.67%
G = 32.91%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#858284 (or 0x858284) is known color: Taupe Grey. HEX triplet: 85, 82 and 84. RGB value is (133,130,132). Sum of RGB (Red+Green+Blue) = 133+130+132=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 133 - color contains mainly: red. Hex color #858284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858284 is #7A7D7B. Grayscale: #838383. Windows color (decimal): -8027516 or 8684165. OLE color: 8684165.

HSL color Cylindrical-coordinate representation of color #858284: hue angle of 320º 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 #858284 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 130 132 -
CMYK 0 0.02 0.01 0.48
HSL 320º 0.01% 0.52% -
HSV(B) 320º 0.02% 0.52% -
XYZ 21.82 22.62 25.05 -
YUV 131.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 133 130 132 0 0.02 0.01 0.48 320 0.01 0.52
Hex 85 82 84 0 2 1 30 140 1 34
Octal 205 202 204 0 2 1 60 500 1 64
Binary 10000101 10000010 10000100 0 10 1 110000 101000000 1 110100

Color Harmonies of #858284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858284

Black with #858284

Text Example


Text Example

White with #858284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858284; }

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

 H1.HeaderClassName
 {
   color: #858284;
 }
 .AnyTagClassName
 {
   color: #858284;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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