#827862

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

Shades of Stonewall #827862

Tints of Stonewall #827862

Color information

#827862 (or 0x827862) is unknown color: approx Stonewall. HEX triplet: 82, 78 and 62. RGB value is (130,120,98). Sum of RGB (Red+Green+Blue) = 130+120+98=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 130 - color contains mainly: red. Hex color #827862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827862 is #7D879D. Grayscale: #787878. Windows color (decimal): -8226718 or 6453378. OLE color: 6453378.

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

Color convert

RGB13012098-
CMYK00.080.250.49
HSL41.25º14.04%44.71%-
HSV(B)41.25º24.62%50.98%-
XYZ18.1319.0614.28-
YUV120.48115.31134.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.36%
GREEN value IS 120 (47.27% from 255) = 34.48%
BLUE value IS 98 (38.67% from 255) = 28.16%
R=37.36%
G=34.48%
B=28.16%

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
Decimal1301209800.080.250.4941.2514.0444.71
Hex82786208193129e2d
Octal2021701420103161511655
Binary100000101111000110001001000110011100011010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827862; }

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

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

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

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

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

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

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

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