#827559

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

Shades of Stonewall #827559

Tints of Stonewall #827559

Color information

#827559 (or 0x827559) is unknown color: approx Stonewall. HEX triplet: 82, 75 and 59. RGB value is (130,117,89). Sum of RGB (Red+Green+Blue) = 130+117+89=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #827559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827559 is #7D8AA6. Grayscale: #757575. Windows color (decimal): -8227495 or 5862786. OLE color: 5862786.

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

Color convert

RGB13011789-
CMYK00.10.320.49
HSL40.98º18.72%42.94%-
HSV(B)40.98º31.54%50.98%-
XYZ17.3718.1912.05-
YUV117.7111.81136.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.69%
GREEN value IS 117 (46.09% from 255) = 34.82%
BLUE value IS 89 (35.16% from 255) = 26.49%
R=38.69%
G=34.82%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301178900.10.320.4940.9818.7242.94
Hex8275590A203129132b
Octal2021651310124061512353
Binary10000010111010110110010101010000011000110100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827559; }

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

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

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

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

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

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

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

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