#827148

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

Shades of Shadow #827148

Tints of Shadow #827148

Color information

#827148 (or 0x827148) is unknown color: approx Shadow. HEX triplet: 82, 71 and 48. RGB value is (130,113,72). Sum of RGB (Red+Green+Blue) = 130+113+72=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #827148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827148 is #7D8EB7. Grayscale: #717171. Windows color (decimal): -8228536 or 4747650. OLE color: 4747650.

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

Color convert

RGB13011372-
CMYK00.130.450.49
HSL42.41º28.71%39.61%-
HSV(B)42.41º44.62%50.98%-
XYZ16.2817.028.56-
YUV113.41104.63139.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 113 (44.53% from 255) = 35.87%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=41.27%
G=35.87%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301137200.130.450.4942.4128.7139.61
Hex8271480D2D312a1d28
Octal2021611100155561523550
Binary10000010111000110010000110110110111000110101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827148; }

 p { color: rgb(130,113,72); }

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

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

 a { background-color: rgb(130,113,72); }

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

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

 span { border-color: rgb(130,113,72); }

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