#82775C

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

Shades of Stonewall #82775C

Tints of Stonewall #82775C

Color information

#82775C (or 0x82775C) is unknown color: approx Stonewall. HEX triplet: 82, 77 and 5C. RGB value is (130,119,92). Sum of RGB (Red+Green+Blue) = 130+119+92=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #82775C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82775C is #7D88A3. Grayscale: #777777. Windows color (decimal): -8226980 or 6059906. OLE color: 6059906.

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

Color convert

RGB13011992-
CMYK00.080.290.49
HSL42.63º17.12%43.53%-
HSV(B)42.63º29.23%50.98%-
XYZ17.7318.7112.8-
YUV119.21112.64135.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=38.12%
G=34.90%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301199200.080.290.4942.6317.1243.53
Hex82775C081D312b112c
Octal2021671340103561532154
Binary1000001011101111011100010001110111000110101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,119,92); }

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

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

 a { background-color: rgb(130,119,92); }

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

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

 span { border-color: rgb(130,119,92); }

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