#837960

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

Shades of Stonewall #837960

Tints of Stonewall #837960

Color information

#837960 (or 0x837960) is unknown color: approx Stonewall. HEX triplet: 83, 79 and 60. RGB value is (131,121,96). Sum of RGB (Red+Green+Blue) = 131+121+96=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 131 - color contains mainly: red. Hex color #837960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837960 is #7C869F. Grayscale: #797979. Windows color (decimal): -8160928 or 6322563. OLE color: 6322563.

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

Color convert

RGB13112196-
CMYK00.080.270.49
HSL42.86º15.42%44.51%-
HSV(B)42.86º26.72%51.37%-
XYZ18.3119.3413.84-
YUV121.14113.81135.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.64%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 96 (37.89% from 255) = 27.59%
R=37.64%
G=34.77%
B=27.59%

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
Decimal1311219600.080.270.4942.8615.4244.51
Hex837960081B312bf2d
Octal2031711400103361531755
Binary100000111111001110000001000110111100011010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837960; }

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

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

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

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

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

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

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

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