#827563

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

Shades of Sand Dune #827563

Tints of Sand Dune #827563

Color information

#827563 (or 0x827563) is unknown color: approx Sand Dune. HEX triplet: 82, 75 and 63. RGB value is (130,117,99). Sum of RGB (Red+Green+Blue) = 130+117+99=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #827563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827563 is #7D8A9C. Grayscale: #767676. Windows color (decimal): -8227485 or 6518146. OLE color: 6518146.

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

Color convert

RGB13011799-
CMYK00.10.240.49
HSL34.84º13.54%44.9%-
HSV(B)34.84º23.85%50.98%-
XYZ17.8218.3714.41-
YUV118.84116.81135.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 117 (46.09% from 255) = 33.82%
BLUE value IS 99 (39.06% from 255) = 28.61%
R=37.57%
G=33.82%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301179900.10.240.4934.8413.5444.9
Hex8275630A183123e2d
Octal2021651430123061431655
Binary100000101110101110001101010110001100011000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827563; }

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

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

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

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

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

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

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

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