#83795E

Color #83795E Stonewall (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stonewall #83795E

Tints of Stonewall #83795E

Color information

#83795E (or 0x83795E) is unknown color: approx Stonewall. HEX triplet: 83, 79 and 5E. RGB value is (131,121,94). Sum of RGB (Red+Green+Blue) = 131+121+94=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 131 - color contains mainly: red. Hex color #83795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83795E is #7C86A1. Grayscale: #797979. Windows color (decimal): -8160930 or 6191491. OLE color: 6191491.

HSL color Cylindrical-coordinate representation of color #83795E: hue angle of 43.78º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83795E is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB13112194-
CMYK00.080.280.49
HSL43.78º16.44%44.12%-
HSV(B)43.78º28.24%51.37%-
XYZ18.2219.3113.36-
YUV120.91112.81135.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.86%
GREEN value IS 121 (47.66% from 255) = 34.97%
BLUE value IS 94 (37.11% from 255) = 27.17%
R=37.86%
G=34.97%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311219400.080.280.4943.7816.4444.12
Hex83795E081C312c102c
Octal2031711360103461542054
Binary1000001111110011011110010001110011000110110010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,121,94); }

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

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

 a { background-color: rgb(131,121,94); }

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

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

 span { border-color: rgb(131,121,94); }

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