#83765C

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

Shades of Stonewall #83765C

Tints of Stonewall #83765C

Color information

#83765C (or 0x83765C) is unknown color: approx Stonewall. HEX triplet: 83, 76 and 5C. RGB value is (131,118,92). Sum of RGB (Red+Green+Blue) = 131+118+92=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #83765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83765C is #7C89A3. Grayscale: #777777. Windows color (decimal): -8161700 or 6059651. OLE color: 6059651.

HSL color Cylindrical-coordinate representation of color #83765C: hue angle of 40º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83765C is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB13111892-
CMYK00.100.300.49
HSL40º17.49%43.73%-
HSV(B)40º29.77%51.37%-
XYZ17.7718.5512.77-
YUV118.92112.81136.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.42%
GREEN value IS 118 (46.48% from 255) = 34.60%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=38.42%
G=34.60%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311189200.100.300.494017.4943.73
Hex83765C0A1E3128112c
Octal2031661340123661502154
Binary1000001111101101011100010101111011000110100010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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