#827558

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

Shades of Stonewall #827558

Tints of Stonewall #827558

Color information

#827558 (or 0x827558) is unknown color: approx Stonewall. HEX triplet: 82, 75 and 58. RGB value is (130,117,88). Sum of RGB (Red+Green+Blue) = 130+117+88=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #827558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827558 is #7D8AA7. Grayscale: #757575. Windows color (decimal): -8227496 or 5797250. OLE color: 5797250.

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

Color convert

RGB13011788-
CMYK00.10.320.49
HSL41.43º19.27%42.75%-
HSV(B)41.43º32.31%50.98%-
XYZ17.3318.1711.83-
YUV117.58111.31136.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 88 (34.77% from 255) = 26.27%
R=38.81%
G=34.93%
B=26.27%

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
Decimal1301178800.10.320.4941.4319.2742.75
Hex8275580A203129132b
Octal2021651300124061512353
Binary10000010111010110110000101010000011000110100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827558; }

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

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

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

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

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

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

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

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