#83755D

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

Shades of Stonewall #83755D

Tints of Stonewall #83755D

Color information

#83755D (or 0x83755D) is unknown color: approx Stonewall. HEX triplet: 83, 75 and 5D. RGB value is (131,117,93). Sum of RGB (Red+Green+Blue) = 131+117+93=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #83755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83755D is #7C8AA2. Grayscale: #767676. Windows color (decimal): -8161955 or 6124931. OLE color: 6124931.

HSL color Cylindrical-coordinate representation of color #83755D: hue angle of 37.89º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83755D is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB13111793-
CMYK00.110.290.49
HSL37.89º16.96%43.92%-
HSV(B)37.89º29.01%51.37%-
XYZ17.718.3412.96-
YUV118.45113.64136.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.42%
GREEN value IS 117 (46.09% from 255) = 34.31%
BLUE value IS 93 (36.72% from 255) = 27.27%
R=38.42%
G=34.31%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311179300.110.290.4937.8916.9643.92
Hex83755D0B1D3126112c
Octal2031651350133561462154
Binary1000001111101011011101010111110111000110011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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