#827861

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

Shades of Stonewall #827861

Tints of Stonewall #827861

Color information

#827861 (or 0x827861) is unknown color: approx Stonewall. HEX triplet: 82, 78 and 61. RGB value is (130,120,97). Sum of RGB (Red+Green+Blue) = 130+120+97=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #827861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827861 is #7D879E. Grayscale: #787878. Windows color (decimal): -8226719 or 6387842. OLE color: 6387842.

HSL color Cylindrical-coordinate representation of color #827861: hue angle of 41.82º 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 #827861 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB13012097-
CMYK00.080.250.49
HSL41.82º14.54%44.51%-
HSV(B)41.82º25.38%50.98%-
XYZ18.0819.0414.03-
YUV120.37114.81134.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 120 (47.27% from 255) = 34.58%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=37.46%
G=34.58%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301209700.080.250.4941.8214.5444.51
Hex8278610819312af2d
Octal2021701410103161521755
Binary100000101111000110000101000110011100011010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827861; }

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

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

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

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

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

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

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

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