#83795F

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

Shades of Stonewall #83795F

Tints of Stonewall #83795F

Color information

#83795F (or 0x83795F) is unknown color: approx Stonewall. HEX triplet: 83, 79 and 5F. RGB value is (131,121,95). Sum of RGB (Red+Green+Blue) = 131+121+95=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 131 - color contains mainly: red. Hex color #83795F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83795F is #7C86A0. Grayscale: #797979. Windows color (decimal): -8160929 or 6257027. OLE color: 6257027.

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

Color convert

RGB13112195-
CMYK00.080.270.49
HSL43.33º15.93%44.31%-
HSV(B)43.33º27.48%51.37%-
XYZ18.2619.3313.59-
YUV121.03113.31135.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.75%
GREEN value IS 121 (47.66% from 255) = 34.87%
BLUE value IS 95 (37.5% from 255) = 27.38%
R=37.75%
G=34.87%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311219500.080.270.4943.3315.9344.31
Hex83795F081B312b102c
Octal2031711370103361532054
Binary1000001111110011011111010001101111000110101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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