#827050

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

Shades of Shadow #827050

Tints of Shadow #827050

Color information

#827050 (or 0x827050) is unknown color: approx Shadow. HEX triplet: 82, 70 and 50. RGB value is (130,112,80). Sum of RGB (Red+Green+Blue) = 130+112+80=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #827050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827050 is #7D8FAF. Grayscale: #717171. Windows color (decimal): -8228784 or 5271682. OLE color: 5271682.

HSL color Cylindrical-coordinate representation of color #827050: hue angle of 38.4º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #827050 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB13011280-
CMYK00.140.380.49
HSL38.4º23.81%41.18%-
HSV(B)38.4º38.46%50.98%-
XYZ16.4516.919.99-
YUV113.73108.96139.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.37%
GREEN value IS 112 (44.14% from 255) = 34.78%
BLUE value IS 80 (31.64% from 255) = 24.84%
R=40.37%
G=34.78%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301128000.140.380.4938.423.8141.18
Hex8270500E2631261829
Octal2021601200164661463051
Binary10000010111000010100000111010011011000110011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827050; }

 p { color: rgb(130,112,80); }

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

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

 a { background-color: rgb(130,112,80); }

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

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

 span { border-color: rgb(130,112,80); }

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