#827361

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

Shades of Sand Dune #827361

Tints of Sand Dune #827361

Color information

#827361 (or 0x827361) is unknown color: approx Sand Dune. HEX triplet: 82, 73 and 61. RGB value is (130,115,97). Sum of RGB (Red+Green+Blue) = 130+115+97=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #827361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827361 is #7D8C9E. Grayscale: #757575. Windows color (decimal): -8227999 or 6386562. OLE color: 6386562.

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

Color convert

RGB13011597-
CMYK00.120.250.49
HSL32.73º14.54%44.51%-
HSV(B)32.73º25.38%50.98%-
XYZ17.4917.8713.84-
YUV117.43116.47136.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.01%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 97 (38.28% from 255) = 28.36%
R=38.01%
G=33.63%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301159700.120.250.4932.7314.5444.51
Hex8273610C193121f2d
Octal2021631410143161411755
Binary100000101110011110000101100110011100011000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827361; }

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

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

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

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

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

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

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

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