#83775E

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

Shades of Stonewall #83775E

Tints of Stonewall #83775E

Color information

#83775E (or 0x83775E) is unknown color: approx Stonewall. HEX triplet: 83, 77 and 5E. RGB value is (131,119,94). Sum of RGB (Red+Green+Blue) = 131+119+94=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 131 - color contains mainly: red. Hex color #83775E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83775E is #7C88A1. Grayscale: #777777. Windows color (decimal): -8161442 or 6190979. OLE color: 6190979.

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

Color convert

RGB13111994-
CMYK00.090.280.49
HSL40.54º16.44%44.12%-
HSV(B)40.54º28.24%51.37%-
XYZ17.9818.8313.28-
YUV119.74113.48136.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.08%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 94 (37.11% from 255) = 27.33%
R=38.08%
G=34.59%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311199400.090.280.4940.5416.4444.12
Hex83775E091C3129102c
Octal2031671360113461512054
Binary1000001111101111011110010011110011000110100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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