#827165

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

Shades of Sand Dune #827165

Tints of Sand Dune #827165

Color information

#827165 (or 0x827165) is unknown color: approx Sand Dune. HEX triplet: 82, 71 and 65. RGB value is (130,113,101). Sum of RGB (Red+Green+Blue) = 130+113+101=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #827165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827165 is #7D8E9A. Grayscale: #747474. Windows color (decimal): -8228507 or 6648194. OLE color: 6648194.

HSL color Cylindrical-coordinate representation of color #827165: hue angle of 24.83º 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 #827165 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB130113101-
CMYK00.130.220.49
HSL24.83º12.55%45.29%-
HSV(B)24.83º22.31%50.98%-
XYZ17.4617.514.77-
YUV116.71119.13137.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 113 (44.53% from 255) = 32.85%
BLUE value IS 101 (39.84% from 255) = 29.36%
R=37.79%
G=32.85%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011310100.130.220.4924.8312.5545.29
Hex8271650D163119d2d
Octal2021611450152661311555
Binary10000010111000111001010110110110110001110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827165; }

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

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

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

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

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

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

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

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