Html Css Color HEX #838973 Gunsmoke

📋 copy color: '#838973'

red 131 ◦ green 137 ◦ blue 115

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

Shades of Gunsmoke #838973

Tints of Gunsmoke #838973

RGB

 RED value IS 131 (51.56% from 255) = 34.2%

 GREEN value IS 137 (53.91% from 255) = 35.77%

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 34.2%
G = 35.77%
B = 30.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#838973 (or 0x838973) is known color: Gunsmoke. HEX triplet: 83, 89 and 73. RGB value is (131,137,115). Sum of RGB (Red+Green+Blue) = 131+137+115=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 137 - color contains mainly: green. Hex color #838973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838973 is #7C768C. Grayscale: #848484. Windows color (decimal): -8156813 or 7571843. OLE color: 7571843.

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

Color convert

RGB 131 137 115 -
CMYK 0.04 0 0.16 0.46
HSL 76.36º 0.09% 0.49% -
HSV(B) 76.36º 0.16% 0.54% -
XYZ 21.4 23.95 19.72 -
YUV 132.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 131 137 115 0.04 0 0.16 0.46 76.36 0.09 0.49
Hex 83 89 73 4 0 10 2E 4C 9 31
Octal 203 211 163 4 0 20 56 114 11 61
Binary 10000011 10001001 1110011 100 0 10000 101110 1001100 1001 110001

Color Harmonies of #838973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838973

Black with #838973

Text Example


Text Example

White with #838973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838973; }

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

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

background-color css

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

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

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

border-color css

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

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

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