#83755F

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

Shades of Stonewall #83755F

Tints of Stonewall #83755F

Color information

#83755F (or 0x83755F) is unknown color: approx Stonewall. HEX triplet: 83, 75 and 5F. RGB value is (131,117,95). Sum of RGB (Red+Green+Blue) = 131+117+95=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #83755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83755F is #7C8AA0. Grayscale: #767676. Windows color (decimal): -8161953 or 6256003. OLE color: 6256003.

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

Color convert

RGB13111795-
CMYK00.110.270.49
HSL36.67º15.93%44.31%-
HSV(B)36.67º27.48%51.37%-
XYZ17.7918.3713.44-
YUV118.68114.64136.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 95 (37.5% from 255) = 27.70%
R=38.19%
G=34.11%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311179500.110.270.4936.6715.9344.31
Hex83755F0B1B3125102c
Octal2031651370133361452054
Binary1000001111101011011111010111101111000110010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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