#827461

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

Shades of Sand Dune #827461

Tints of Sand Dune #827461

Color information

#827461 (or 0x827461) is unknown color: approx Sand Dune. HEX triplet: 82, 74 and 61. RGB value is (130,116,97). Sum of RGB (Red+Green+Blue) = 130+116+97=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #827461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827461 is #7D8B9E. Grayscale: #767676. Windows color (decimal): -8227743 or 6386818. OLE color: 6386818.

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

Color convert

RGB13011697-
CMYK00.110.250.49
HSL34.55º14.54%44.51%-
HSV(B)34.55º25.38%50.98%-
XYZ17.6118.113.87-
YUV118.02116.14136.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.90%
GREEN value IS 116 (45.70% from 255) = 33.82%
BLUE value IS 97 (38.28% from 255) = 28.28%
R=37.90%
G=33.82%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301169700.110.250.4934.5514.5444.51
Hex8274610B193123f2d
Octal2021641410133161431755
Binary100000101110100110000101011110011100011000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827461; }

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

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

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

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

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

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

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

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