#83857B

Color #83857B Gunsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunsmoke #83857B

Tints of Gunsmoke #83857B

Color information

#83857B (or 0x83857B) is unknown color: approx Gunsmoke. HEX triplet: 83, 85 and 7B. RGB value is (131,133,123). Sum of RGB (Red+Green+Blue) = 131+133+123=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 133 - color contains mainly: green. Hex color #83857B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83857B is #7C7A84. Grayscale: #838383. Windows color (decimal): -8157829 or 8095107. OLE color: 8095107.

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

Color convert

RGB131133123-
CMYK0.0200.080.48
HSL72º3.94%50.2%-
HSV(B)72º7.52%52.16%-
XYZ21.3223.0322.06-
YUV131.26123.34127.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.85%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 123 (48.44% from 255) = 31.78%
R=33.85%
G=34.37%
B=31.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311331230.0200.080.48723.9450.2
Hex83857B2083048432
Octal203205173201060110462
Binary1000001110000101111101110010001100001001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83857B;
 }
 .AnyTagClassName
 {
   color: #83857B;
 }
</style>
background-color css

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

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

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

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

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

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