#83755B

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

Shades of Stonewall #83755B

Tints of Stonewall #83755B

Color information

#83755B (or 0x83755B) is unknown color: approx Stonewall. HEX triplet: 83, 75 and 5B. RGB value is (131,117,91). Sum of RGB (Red+Green+Blue) = 131+117+91=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #83755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83755B is #7C8AA4. Grayscale: #767676. Windows color (decimal): -8161957 or 5993859. OLE color: 5993859.

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

Color convert

RGB13111791-
CMYK00.110.310.49
HSL39º18.02%43.53%-
HSV(B)39º30.53%51.37%-
XYZ17.6118.312.5-
YUV118.22112.64137.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.64%
GREEN value IS 117 (46.09% from 255) = 34.51%
BLUE value IS 91 (35.94% from 255) = 26.84%
R=38.64%
G=34.51%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311179100.110.310.493918.0243.53
Hex83755B0B1F3127122c
Octal2031651330133761472254
Binary1000001111101011011011010111111111000110011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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