#838975

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

Shades of Gunsmoke #838975

Tints of Gunsmoke #838975

Color information

#838975 (or 0x838975) is unknown color: approx Gunsmoke. HEX triplet: 83, 89 and 75. RGB value is (131,137,117). Sum of RGB (Red+Green+Blue) = 131+137+117=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 137 - color contains mainly: green. Hex color #838975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838975 is #7C768A. Grayscale: #858585. Windows color (decimal): -8156811 or 7702915. OLE color: 7702915.

HSL color Cylindrical-coordinate representation of color #838975: hue angle of 78º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #838975 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB131137117-
CMYK0.0400.150.46
HSL78º7.87%49.8%-
HSV(B)78º14.6%53.73%-
XYZ21.522420.33-
YUV132.93119.01126.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.03%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=34.03%
G=35.58%
B=30.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311371170.0400.150.46787.8749.8
Hex83897540F2E4e832
Octal2032111654017561161062
Binary100000111000100111101011000111110111010011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838975; }

 p { color: rgb(131,137,117); }

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

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

 a { background-color: rgb(131,137,117); }

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

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

 span { border-color: rgb(131,137,117); }

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