#827567

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

Shades of Sand Dune #827567

Tints of Sand Dune #827567

Color information

#827567 (or 0x827567) is unknown color: approx Sand Dune. HEX triplet: 82, 75 and 67. RGB value is (130,117,103). Sum of RGB (Red+Green+Blue) = 130+117+103=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 130 - color contains mainly: red. Hex color #827567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827567 is #7D8A98. Grayscale: #777777. Windows color (decimal): -8227481 or 6780290. OLE color: 6780290.

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

Color convert

RGB130117103-
CMYK00.10.210.49
HSL31.11º11.59%45.69%-
HSV(B)31.11º20.77%50.98%-
XYZ18.0218.4515.44-
YUV119.29118.81135.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.14%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 103 (40.62% from 255) = 29.43%
R=37.14%
G=33.43%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011710300.10.210.4931.1111.5945.69
Hex8275670A15311fc2e
Octal2021651470122561371456
Binary10000010111010111001110101010101110001111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827567; }

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

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

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

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

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

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

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

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