#827650

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

Shades of Shadow #827650

Tints of Shadow #827650

Color information

#827650 (or 0x827650) is unknown color: approx Shadow. HEX triplet: 82, 76 and 50. RGB value is (130,118,80). Sum of RGB (Red+Green+Blue) = 130+118+80=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #827650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827650 is #7D89AF. Grayscale: #757575. Windows color (decimal): -8227248 or 5273218. OLE color: 5273218.

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

Color convert

RGB13011880-
CMYK00.090.380.49
HSL45.6º23.81%41.18%-
HSV(B)45.6º38.46%50.98%-
XYZ17.1318.2810.22-
YUV117.26106.98137.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 80 (31.64% from 255) = 24.39%
R=39.63%
G=35.98%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301188000.090.380.4945.623.8141.18
Hex8276500926312e1829
Octal2021661200114661563051
Binary10000010111011010100000100110011011000110111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827650; }

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

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

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

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

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

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

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

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