Html Css Color HEX #83857F Gunsmoke

📋 copy color: '#83857F'

red 131 ◦ green 133 ◦ blue 127

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

Shades of Gunsmoke #83857F

Tints of Gunsmoke #83857F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.48%

R = 33.5%
G = 34.02%
B = 32.48%

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

#83857F (or 0x83857F) is known color: Gunsmoke. HEX triplet: 83, 85 and 7F. RGB value is (131,133,127). Sum of RGB (Red+Green+Blue) = 131+133+127=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 133 - color contains mainly: green. Hex color #83857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83857F is #7C7A80. Grayscale: #838383. Windows color (decimal): -8157825 or 8357251. OLE color: 8357251.

HSL color Cylindrical-coordinate representation of color #83857F: hue angle of 80º degrees, saturation: 0.02, 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 #83857F is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 133 127 -
CMYK 0.02 0 0.05 0.48
HSL 80º 0.02% 0.51% -
HSV(B) 80º 0.05% 0.52% -
XYZ 21.58 23.13 23.41 -
YUV 131.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 131 133 127 0.02 0 0.05 0.48 80 0.02 0.51
Hex 83 85 7F 2 0 5 30 50 2 33
Octal 203 205 177 2 0 5 60 120 2 63
Binary 10000011 10000101 1111111 10 0 101 110000 1010000 10 110011

Color Harmonies of #83857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83857F

Black with #83857F

Text Example


Text Example

White with #83857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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