#827465

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

Shades of Sand Dune #827465

Tints of Sand Dune #827465

Color information

#827465 (or 0x827465) is unknown color: approx Sand Dune. HEX triplet: 82, 74 and 65. RGB value is (130,116,101). Sum of RGB (Red+Green+Blue) = 130+116+101=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #827465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827465 is #7D8B9A. Grayscale: #767676. Windows color (decimal): -8227739 or 6648962. OLE color: 6648962.

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

Color convert

RGB130116101-
CMYK00.110.220.49
HSL31.03º12.55%45.29%-
HSV(B)31.03º22.31%50.98%-
XYZ17.818.1814.88-
YUV118.48118.14136.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 101 (39.84% from 255) = 29.11%
R=37.46%
G=33.43%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011610100.110.220.4931.0312.5545.29
Hex8274650B16311fd2d
Octal2021641450132661371555
Binary10000010111010011001010101110110110001111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827465; }

 p { color: rgb(130,116,101); }

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

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

 a { background-color: rgb(130,116,101); }

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

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

 span { border-color: rgb(130,116,101); }

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