Html Css Color HEX #838971 Gunsmoke

📋 copy color: '#838971'

red 131 ◦ green 137 ◦ blue 113

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

Shades of Gunsmoke #838971

Tints of Gunsmoke #838971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.66%

R = 34.38%
G = 35.96%
B = 29.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#838971 (or 0x838971) is known color: Gunsmoke. HEX triplet: 83, 89 and 71. RGB value is (131,137,113). Sum of RGB (Red+Green+Blue) = 131+137+113=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 137 - color contains mainly: green. Hex color #838971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838971 is #7C768E. Grayscale: #848484. Windows color (decimal): -8156815 or 7440771. OLE color: 7440771.

HSL color Cylindrical-coordinate representation of color #838971: hue angle of 75º 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 #838971 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 137 113 -
CMYK 0.04 0 0.18 0.46
HSL 75º 0.1% 0.49% -
HSV(B) 75º 0.18% 0.54% -
XYZ 21.29 23.91 19.12 -
YUV 132.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 131 137 113 0.04 0 0.18 0.46 75 0.1 0.49
Hex 83 89 71 4 0 12 2E 4B A 31
Octal 203 211 161 4 0 22 56 113 12 61
Binary 10000011 10001001 1110001 100 0 10010 101110 1001011 1010 110001

Color Harmonies of #838971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838971

Black with #838971

Text Example


Text Example

White with #838971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838971; }

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

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

background-color css

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

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

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

border-color css

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

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

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