#827262

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

Shades of Sand Dune #827262

Tints of Sand Dune #827262

Color information

#827262 (or 0x827262) is unknown color: approx Sand Dune. HEX triplet: 82, 72 and 62. RGB value is (130,114,98). Sum of RGB (Red+Green+Blue) = 130+114+98=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #827262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827262 is #7D8D9D. Grayscale: #757575. Windows color (decimal): -8228254 or 6451842. OLE color: 6451842.

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

Color convert

RGB13011498-
CMYK00.120.250.49
HSL30º14.04%44.71%-
HSV(B)30º24.62%50.98%-
XYZ17.4317.6614.05-
YUV116.96117.3137.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.01%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 98 (38.67% from 255) = 28.65%
R=38.01%
G=33.33%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301149800.120.250.493014.0444.71
Hex8272620C19311ee2d
Octal2021621420143161361655
Binary10000010111001011000100110011001110001111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827262; }

 p { color: rgb(130,114,98); }

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

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

 a { background-color: rgb(130,114,98); }

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

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

 span { border-color: rgb(130,114,98); }

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