#827366

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

Shades of Sand Dune #827366

Tints of Sand Dune #827366

Color information

#827366 (or 0x827366) is unknown color: approx Sand Dune. HEX triplet: 82, 73 and 66. RGB value is (130,115,102). Sum of RGB (Red+Green+Blue) = 130+115+102=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #827366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827366 is #7D8C99. Grayscale: #767676. Windows color (decimal): -8227994 or 6714242. OLE color: 6714242.

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

Color convert

RGB130115102-
CMYK00.120.220.49
HSL27.86º12.07%45.49%-
HSV(B)27.86º21.54%50.98%-
XYZ17.7317.9715.1-
YUV118118.97136.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 115 (45.31% from 255) = 33.14%
BLUE value IS 102 (40.23% from 255) = 29.39%
R=37.46%
G=33.14%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011510200.120.220.4927.8612.0745.49
Hex8273660C16311cc2d
Octal2021631460142661341455
Binary10000010111001111001100110010110110001111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827366; }

 p { color: rgb(130,115,102); }

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

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

 a { background-color: rgb(130,115,102); }

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

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

 span { border-color: rgb(130,115,102); }

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