#827561

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

Shades of Stonewall #827561

Tints of Stonewall #827561

Color information

#827561 (or 0x827561) is unknown color: approx Stonewall. HEX triplet: 82, 75 and 61. RGB value is (130,117,97). Sum of RGB (Red+Green+Blue) = 130+117+97=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #827561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827561 is #7D8A9E. Grayscale: #767676. Windows color (decimal): -8227487 or 6387074. OLE color: 6387074.

HSL color Cylindrical-coordinate representation of color #827561: hue angle of 36.36º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #827561 is Cyan = 0, Magento = 0.1, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB13011797-
CMYK00.10.250.49
HSL36.36º14.54%44.51%-
HSV(B)36.36º25.38%50.98%-
XYZ17.7218.3313.91-
YUV118.61115.81136.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 117 (46.09% from 255) = 34.01%
BLUE value IS 97 (38.28% from 255) = 28.20%
R=37.79%
G=34.01%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301179700.10.250.4936.3614.5444.51
Hex8275610A193124f2d
Octal2021651410123161441755
Binary100000101110101110000101010110011100011001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827561; }

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

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

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

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

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

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

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

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