#848582

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

Shades of Gunsmoke #848582

Tints of Gunsmoke #848582

Color information

#848582 (or 0x848582) is unknown color: approx 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

RGB132133130-
CMYK0.0100.020.48
HSL80º1.21%51.57%-
HSV(B)80º2.26%52.16%-
XYZ21.9323.2924.46-
YUV132.36126.67127.74-

RGB Variations

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

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 (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321331300.0100.020.48801.2151.57
Hex8485821023050134
Octal20420520210260120164
Binary100001001000010110000010101011000010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>