#80856F

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

Shades of Gunsmoke #80856F

Tints of Gunsmoke #80856F

Color information

#80856F (or 0x80856F) is unknown color: approx Gunsmoke. HEX triplet: 80, 85 and 6F. RGB value is (128,133,111). Sum of RGB (Red+Green+Blue) = 128+133+111=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 133 - color contains mainly: green. Hex color #80856F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80856F is #7F7A90. Grayscale: #818181. Windows color (decimal): -8354449 or 7308672. OLE color: 7308672.

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

Color convert

RGB128133111-
CMYK0.0400.170.48
HSL73.64º9.02%47.84%-
HSV(B)73.64º16.54%52.16%-
XYZ20.1622.5118.32-
YUV129117.84127.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.41%
GREEN value IS 133 (52.34% from 255) = 35.75%
BLUE value IS 111 (43.75% from 255) = 29.84%
R=34.41%
G=35.75%
B=29.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281331110.0400.170.4873.649.0247.84
Hex80856F4011304a930
Octal2002051574021601121160
Binary1000000010000101110111110001000111000010010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80856F; }

 p { color: rgb(128,133,111); }

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

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

 a { background-color: rgb(128,133,111); }

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

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

 span { border-color: rgb(128,133,111); }

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