#83755E

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

Shades of Stonewall #83755E

Tints of Stonewall #83755E

Color information

#83755E (or 0x83755E) is unknown color: approx Stonewall. HEX triplet: 83, 75 and 5E. RGB value is (131,117,94). Sum of RGB (Red+Green+Blue) = 131+117+94=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #83755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83755E is #7C8AA1. Grayscale: #767676. Windows color (decimal): -8161954 or 6190467. OLE color: 6190467.

HSL color Cylindrical-coordinate representation of color #83755E: hue angle of 37.3º 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 #83755E is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB13111794-
CMYK00.110.280.49
HSL37.3º16.44%44.12%-
HSV(B)37.3º28.24%51.37%-
XYZ17.7418.3613.2-
YUV118.56114.14136.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.30%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 94 (37.11% from 255) = 27.49%
R=38.30%
G=34.21%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311179400.110.280.4937.316.4444.12
Hex83755E0B1C3125102c
Octal2031651360133461452054
Binary1000001111101011011110010111110011000110010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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