#83765E

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

Shades of Stonewall #83765E

Tints of Stonewall #83765E

Color information

#83765E (or 0x83765E) is unknown color: approx Stonewall. HEX triplet: 83, 76 and 5E. RGB value is (131,118,94). Sum of RGB (Red+Green+Blue) = 131+118+94=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #83765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83765E is #7C89A1. Grayscale: #777777. Windows color (decimal): -8161698 or 6190723. OLE color: 6190723.

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

Color convert

RGB13111894-
CMYK00.100.280.49
HSL38.92º16.44%44.12%-
HSV(B)38.92º28.24%51.37%-
XYZ17.8618.5913.24-
YUV119.15113.81136.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 94 (37.11% from 255) = 27.41%
R=38.19%
G=34.40%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311189400.100.280.4938.9216.4444.12
Hex83765E0A1C3127102c
Octal2031661360123461472054
Binary1000001111101101011110010101110011000110011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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