#827360

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

Shades of Sand Dune #827360

Tints of Sand Dune #827360

Color information

#827360 (or 0x827360) is unknown color: approx Sand Dune. HEX triplet: 82, 73 and 60. RGB value is (130,115,96). Sum of RGB (Red+Green+Blue) = 130+115+96=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #827360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827360 is #7D8C9F. Grayscale: #757575. Windows color (decimal): -8228000 or 6321026. OLE color: 6321026.

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

Color convert

RGB13011596-
CMYK00.120.260.49
HSL33.53º15.04%44.31%-
HSV(B)33.53º26.15%50.98%-
XYZ17.4517.8513.59-
YUV117.32115.97137.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 115 (45.31% from 255) = 33.72%
BLUE value IS 96 (37.89% from 255) = 28.15%
R=38.12%
G=33.72%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301159600.120.260.4933.5315.0444.31
Hex8273600C1A3122f2c
Octal2021631400143261421754
Binary100000101110011110000001100110101100011000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827360; }

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

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

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

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

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

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

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

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