#827A5F

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

Shades of Stonewall #827A5F

Tints of Stonewall #827A5F

Color information

#827A5F (or 0x827A5F) is unknown color: approx Stonewall. HEX triplet: 82, 7A and 5F. RGB value is (130,122,95). Sum of RGB (Red+Green+Blue) = 130+122+95=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #827A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A5F is #7D85A0. Grayscale: #797979. Windows color (decimal): -8226209 or 6257282. OLE color: 6257282.

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

Color convert

RGB13012295-
CMYK00.060.270.49
HSL46.29º15.56%44.12%-
HSV(B)46.29º26.92%50.98%-
XYZ18.2319.4913.63-
YUV121.31113.15134.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 122 (48.05% from 255) = 35.16%
BLUE value IS 95 (37.5% from 255) = 27.38%
R=37.46%
G=35.16%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301229500.060.270.4946.2915.5644.12
Hex827A5F061B312e102c
Octal202172137063361562054
Binary100000101111010101111101101101111000110111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827A5F; }

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

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

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

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

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

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

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

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