#82694D

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

Shades of Shadow #82694D

Tints of Shadow #82694D

Color information

#82694D (or 0x82694D) is unknown color: approx Shadow. HEX triplet: 82, 69 and 4D. RGB value is (130,105,77). Sum of RGB (Red+Green+Blue) = 130+105+77=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #82694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82694D is #7D96B2. Grayscale: #6D6D6D. Windows color (decimal): -8230579 or 5073282. OLE color: 5073282.

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

Color convert

RGB13010577-
CMYK00.190.410.49
HSL31.7º25.6%40.59%-
HSV(B)31.7º40.77%50.98%-
XYZ15.615.389.17-
YUV109.28109.78142.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.67%
GREEN value IS 105 (41.41% from 255) = 33.65%
BLUE value IS 77 (30.47% from 255) = 24.68%
R=41.67%
G=33.65%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301057700.190.410.4931.725.640.59
Hex82694D0132931201a29
Octal2021511150235161403251
Binary100000101101001100110101001110100111000110000011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82694D; }

 p { color: rgb(130,105,77); }

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

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

 a { background-color: rgb(130,105,77); }

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

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

 span { border-color: rgb(130,105,77); }

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