#827562

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

Shades of Stonewall #827562

Tints of Stonewall #827562

Color information

#827562 (or 0x827562) is unknown color: approx Stonewall. HEX triplet: 82, 75 and 62. RGB value is (130,117,98). Sum of RGB (Red+Green+Blue) = 130+117+98=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #827562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827562 is #7D8A9D. Grayscale: #767676. Windows color (decimal): -8227486 or 6452610. OLE color: 6452610.

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

Color convert

RGB13011798-
CMYK00.10.250.49
HSL35.62º14.04%44.71%-
HSV(B)35.62º24.62%50.98%-
XYZ17.7718.3514.16-
YUV118.72116.31136.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 117 (46.09% from 255) = 33.91%
BLUE value IS 98 (38.67% from 255) = 28.41%
R=37.68%
G=33.91%
B=28.41%

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
Decimal1301179800.10.250.4935.6214.0444.71
Hex8275620A193124e2d
Octal2021651420123161441655
Binary100000101110101110001001010110011100011001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827562; }

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

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

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

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

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

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

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

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