Html Css Color HEX #838C73 Gunsmoke

📋 copy color: '#838C73'

red 131 ◦ green 140 ◦ blue 115

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

Shades of Gunsmoke #838C73

Tints of Gunsmoke #838C73

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.27%

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

R = 33.94%
G = 36.27%
B = 29.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#838C73 (or 0x838C73) is known color: Gunsmoke. HEX triplet: 83, 8C and 73. RGB value is (131,140,115). Sum of RGB (Red+Green+Blue) = 131+140+115=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 140 - color contains mainly: green. Hex color #838C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838C73 is #7C738C. Grayscale: #868686. Windows color (decimal): -8156045 or 7572611. OLE color: 7572611.

HSL color Cylindrical-coordinate representation of color #838C73: hue angle of 81.6º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #838C73 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 140 115 -
CMYK 0.06 0 0.18 0.45
HSL 81.6º 0.1% 0.5% -
HSV(B) 81.6º 0.18% 0.55% -
XYZ 21.83 24.82 19.86 -
YUV 134.46 117.02 125.53 -
System Red Green Blue C M Y K H S L
Decimal 131 140 115 0.06 0 0.18 0.45 81.6 0.1 0.5
Hex 83 8C 73 6 0 12 2D 52 A 32
Octal 203 214 163 6 0 22 55 122 12 62
Binary 10000011 10001100 1110011 110 0 10010 101101 1010010 1010 110010

Color Harmonies of #838C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838C73

Black with #838C73

Text Example


Text Example

White with #838C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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