#82755F

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

Shades of Stonewall #82755F

Tints of Stonewall #82755F

Color information

#82755F (or 0x82755F) is unknown color: approx Stonewall. HEX triplet: 82, 75 and 5F. RGB value is (130,117,95). Sum of RGB (Red+Green+Blue) = 130+117+95=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #82755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82755F is #7D8AA0. Grayscale: #767676. Windows color (decimal): -8227489 or 6256002. OLE color: 6256002.

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

Color convert

RGB13011795-
CMYK00.10.270.49
HSL37.71º15.56%44.12%-
HSV(B)37.71º26.92%50.98%-
XYZ17.6318.2913.43-
YUV118.38114.81136.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.01%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 95 (37.5% from 255) = 27.78%
R=38.01%
G=34.21%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301179500.10.270.4937.7115.5644.12
Hex82755F0A1B3126102c
Octal2021651370123361462054
Binary1000001011101011011111010101101111000110011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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