#827568

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

Shades of Sand Dune #827568

Tints of Sand Dune #827568

Color information

#827568 (or 0x827568) is unknown color: approx Sand Dune. HEX triplet: 82, 75 and 68. RGB value is (130,117,104). Sum of RGB (Red+Green+Blue) = 130+117+104=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 130 - color contains mainly: red. Hex color #827568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827568 is #7D8A97. Grayscale: #777777. Windows color (decimal): -8227480 or 6845826. OLE color: 6845826.

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

Color convert

RGB130117104-
CMYK00.10.20.49
HSL30º11.11%45.88%-
HSV(B)30º20%50.98%-
XYZ18.0718.4715.71-
YUV119.4119.31135.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.04%
GREEN value IS 117 (46.09% from 255) = 33.33%
BLUE value IS 104 (41.02% from 255) = 29.63%
R=37.04%
G=33.33%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011710400.10.20.493011.1145.88
Hex8275680A14311eb2e
Octal2021651500122461361356
Binary10000010111010111010000101010100110001111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827568; }

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

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

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

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

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

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

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

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