#826745

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

Shades of Shadow #826745

Tints of Shadow #826745

Color information

#826745 (or 0x826745) is unknown color: approx Shadow. HEX triplet: 82, 67 and 45. RGB value is (130,103,69). Sum of RGB (Red+Green+Blue) = 130+103+69=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #826745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826745 is #7D98BA. Grayscale: #6B6B6B. Windows color (decimal): -8231099 or 4548482. OLE color: 4548482.

HSL color Cylindrical-coordinate representation of color #826745: hue angle of 33.44º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #826745 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB13010369-
CMYK00.210.470.49
HSL33.44º30.65%39.02%-
HSV(B)33.44º46.92%50.98%-
XYZ15.1314.887.7-
YUV107.2106.45144.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.05%
GREEN value IS 103 (40.62% from 255) = 34.11%
BLUE value IS 69 (27.34% from 255) = 22.85%
R=43.05%
G=34.11%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301036900.210.470.4933.4430.6539.02
Hex8267450152F31211f27
Octal2021471050255761413747
Binary100000101100111100010101010110111111000110000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826745; }

 p { color: rgb(130,103,69); }

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

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

 a { background-color: rgb(130,103,69); }

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

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

 span { border-color: rgb(130,103,69); }

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