#82754D

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

Shades of Shadow #82754D

Tints of Shadow #82754D

Color information

#82754D (or 0x82754D) is unknown color: approx Shadow. HEX triplet: 82, 75 and 4D. RGB value is (130,117,77). Sum of RGB (Red+Green+Blue) = 130+117+77=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #82754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82754D is #7D8AB2. Grayscale: #747474. Windows color (decimal): -8227507 or 5076354. OLE color: 5076354.

HSL color Cylindrical-coordinate representation of color #82754D: hue angle of 45.28º 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 #82754D is Cyan = 0, Magento = 0.1, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB13011777-
CMYK00.10.410.49
HSL45.28º25.6%40.59%-
HSV(B)45.28º40.77%50.98%-
XYZ16.91189.61-
YUV116.33105.81137.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.12%
GREEN value IS 117 (46.09% from 255) = 36.11%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=40.12%
G=36.11%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301177700.10.410.4945.2825.640.59
Hex82754D0A29312d1a29
Octal2021651150125161553251
Binary10000010111010110011010101010100111000110110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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