#838A71

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

Shades of Gunsmoke #838A71

Tints of Gunsmoke #838A71

Color information

#838A71 (or 0x838A71) is unknown color: approx Gunsmoke. HEX triplet: 83, 8A and 71. RGB value is (131,138,113). Sum of RGB (Red+Green+Blue) = 131+138+113=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 138 - color contains mainly: green. Hex color #838A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A71 is #7C758E. Grayscale: #858585. Windows color (decimal): -8156559 or 7441027. OLE color: 7441027.

HSL color Cylindrical-coordinate representation of color #838A71: hue angle of 76.8º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #838A71 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB131138113-
CMYK0.0500.180.46
HSL76.8º9.96%49.22%-
HSV(B)76.8º18.12%54.12%-
XYZ21.4324.1919.16-
YUV133.06116.68126.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.29%
GREEN value IS 138 (54.30% from 255) = 36.13%
BLUE value IS 113 (44.53% from 255) = 29.58%
R=34.29%
G=36.13%
B=29.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311381130.0500.180.4676.89.9649.22
Hex838A7150122E4da31
Octal2032121615022561151261
Binary1000001110001010111000110101001010111010011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838A71; }

 p { color: rgb(131,138,113); }

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

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

 a { background-color: rgb(131,138,113); }

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

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

 span { border-color: rgb(131,138,113); }

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