#827467

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

Shades of Sand Dune #827467

Tints of Sand Dune #827467

Color information

#827467 (or 0x827467) is unknown color: approx Sand Dune. HEX triplet: 82, 74 and 67. RGB value is (130,116,103). Sum of RGB (Red+Green+Blue) = 130+116+103=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 130 - color contains mainly: red. Hex color #827467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827467 is #7D8B98. Grayscale: #767676. Windows color (decimal): -8227737 or 6780034. OLE color: 6780034.

HSL color Cylindrical-coordinate representation of color #827467: hue angle of 28.89º 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 #827467 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB130116103-
CMYK00.110.210.49
HSL28.89º11.59%45.69%-
HSV(B)28.89º20.77%50.98%-
XYZ17.918.2215.4-
YUV118.7119.14136.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.25%
GREEN value IS 116 (45.70% from 255) = 33.24%
BLUE value IS 103 (40.62% from 255) = 29.51%
R=37.25%
G=33.24%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011610300.110.210.4928.8911.5945.69
Hex8274670B15311dc2e
Octal2021641470132561351456
Binary10000010111010011001110101110101110001111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827467; }

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

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

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

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

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

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

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

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