#82775B

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

Shades of Stonewall #82775B

Tints of Stonewall #82775B

Color information

#82775B (or 0x82775B) is unknown color: approx Stonewall. HEX triplet: 82, 77 and 5B. RGB value is (130,119,91). Sum of RGB (Red+Green+Blue) = 130+119+91=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #82775B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82775B is #7D88A4. Grayscale: #777777. Windows color (decimal): -8226981 or 5994370. OLE color: 5994370.

HSL color Cylindrical-coordinate representation of color #82775B: hue angle of 43.08º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82775B is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB13011991-
CMYK00.080.300.49
HSL43.08º17.65%43.33%-
HSV(B)43.08º30%50.98%-
XYZ17.6918.6912.57-
YUV119.1112.14135.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.24%
GREEN value IS 119 (46.88% from 255) = 35%
BLUE value IS 91 (35.94% from 255) = 26.76%
R=38.24%
G=35%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301199100.080.300.4943.0817.6543.33
Hex82775B081E312b122b
Octal2021671330103661532253
Binary1000001011101111011011010001111011000110101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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