#827662

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

Shades of Stonewall #827662

Tints of Stonewall #827662

Color information

#827662 (or 0x827662) is unknown color: approx Stonewall. HEX triplet: 82, 76 and 62. RGB value is (130,118,98). Sum of RGB (Red+Green+Blue) = 130+118+98=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #827662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827662 is #7D899D. Grayscale: #777777. Windows color (decimal): -8227230 or 6452866. OLE color: 6452866.

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

Color convert

RGB13011898-
CMYK00.090.250.49
HSL37.5º14.04%44.71%-
HSV(B)37.5º24.62%50.98%-
XYZ17.8918.5814.2-
YUV119.31115.98135.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 98 (38.67% from 255) = 28.32%
R=37.57%
G=34.10%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301189800.090.250.4937.514.0444.71
Hex82766209193125e2d
Octal2021661420113161451655
Binary100000101110110110001001001110011100011001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827662; }

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

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

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

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

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

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

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

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