#827369

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

Shades of Sand Dune #827369

Tints of Sand Dune #827369

Color information

#827369 (or 0x827369) is unknown color: approx Sand Dune. HEX triplet: 82, 73 and 69. RGB value is (130,115,105). Sum of RGB (Red+Green+Blue) = 130+115+105=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 130 - color contains mainly: red. Hex color #827369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827369 is #7D8C96. Grayscale: #767676. Windows color (decimal): -8227991 or 6910850. OLE color: 6910850.

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

Color convert

RGB130115105-
CMYK00.120.190.49
HSL24º10.64%46.08%-
HSV(B)24º19.23%50.98%-
XYZ17.8918.0315.9-
YUV118.34120.47136.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.14%
GREEN value IS 115 (45.31% from 255) = 32.86%
BLUE value IS 105 (41.41% from 255) = 30%
R=37.14%
G=32.86%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011510500.120.190.492410.6446.08
Hex8273690C133118b2e
Octal2021631510142361301356
Binary10000010111001111010010110010011110001110001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827369; }

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

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

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

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

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

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

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

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