Html Css Color HEX #83857E Gunsmoke

📋 copy color: '#83857E'

red 131 ◦ green 133 ◦ blue 126

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

Shades of Gunsmoke #83857E

Tints of Gunsmoke #83857E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.1%

 BLUE value IS 126 (49.61% from 255) = 32.31%

R = 33.59%
G = 34.1%
B = 32.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#83857E (or 0x83857E) is known color: Gunsmoke. HEX triplet: 83, 85 and 7E. RGB value is (131,133,126). Sum of RGB (Red+Green+Blue) = 131+133+126=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 133 - color contains mainly: green. Hex color #83857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83857E is #7C7A81. Grayscale: #838383. Windows color (decimal): -8157826 or 8291715. OLE color: 8291715.

HSL color Cylindrical-coordinate representation of color #83857E: hue angle of 77.14º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #83857E is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 133 126 -
CMYK 0.02 0 0.05 0.48
HSL 77.14º 0.03% 0.51% -
HSV(B) 77.14º 0.05% 0.52% -
XYZ 21.51 23.11 23.06 -
YUV 131.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 131 133 126 0.02 0 0.05 0.48 77.14 0.03 0.51
Hex 83 85 7E 2 0 5 30 4D 3 33
Octal 203 205 176 2 0 5 60 115 3 63
Binary 10000011 10000101 1111110 10 0 101 110000 1001101 11 110011

Color Harmonies of #83857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83857E

Black with #83857E

Text Example


Text Example

White with #83857E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83857E; }

 p { color: rgb(131,133,126); }

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

background-color css

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

 a { background-color: rgb(131,133,126); }

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

border-color css

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

 span { border-color: rgb(131,133,126); }

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