#827249

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

Shades of Shadow #827249

Tints of Shadow #827249

Color information

#827249 (or 0x827249) is unknown color: approx Shadow. HEX triplet: 82, 72 and 49. RGB value is (130,114,73). Sum of RGB (Red+Green+Blue) = 130+114+73=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #827249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827249 is #7D8DB6. Grayscale: #727272. Windows color (decimal): -8228279 or 4813442. OLE color: 4813442.

HSL color Cylindrical-coordinate representation of color #827249: hue angle of 43.16º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #827249 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB13011473-
CMYK00.120.440.49
HSL43.16º28.08%39.8%-
HSV(B)43.16º43.85%50.98%-
XYZ16.4317.268.77-
YUV114.11104.8139.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.01%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 73 (28.91% from 255) = 23.03%
R=41.01%
G=35.96%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301147300.120.440.4943.1628.0839.8
Hex8272490C2C312b1c28
Octal2021621110145461533450
Binary10000010111001010010010110010110011000110101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827249; }

 p { color: rgb(130,114,73); }

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

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

 a { background-color: rgb(130,114,73); }

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

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

 span { border-color: rgb(130,114,73); }

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