Html Css Color HEX #848582 Gunsmoke

📋 copy color: '#848582'

red 132 ◦ green 133 ◦ blue 130

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

Shades of Gunsmoke #848582

Tints of Gunsmoke #848582

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#848582 (or 0x848582) is known color: Gunsmoke. HEX triplet: 84, 85 and 82. RGB value is (132,133,130). Sum of RGB (Red+Green+Blue) = 132+133+130=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 133 - color contains mainly: green. Hex color #848582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848582 is #7B7A7D. Grayscale: #848484. Windows color (decimal): -8092286 or 8553860. OLE color: 8553860.

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

Color convert

RGB 132 133 130 -
CMYK 0.01 0 0.02 0.48
HSL 80º 0.01% 0.52% -
HSV(B) 80º 0.02% 0.52% -
XYZ 21.93 23.29 24.46 -
YUV 132.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 132 133 130 0.01 0 0.02 0.48 80 0.01 0.52
Hex 84 85 82 1 0 2 30 50 1 34
Octal 204 205 202 1 0 2 60 120 1 64
Binary 10000100 10000101 10000010 1 0 10 110000 1010000 1 110100

Color Harmonies of #848582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848582

Black with #848582

Text Example


Text Example

White with #848582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848582; }

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

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

background-color css

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

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

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

border-color css

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

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

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