#807262

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

Shades of Sand Dune #807262

Tints of Sand Dune #807262

Color information

#807262 (or 0x807262) is unknown color: approx Sand Dune. HEX triplet: 80, 72 and 62. RGB value is (128,114,98). Sum of RGB (Red+Green+Blue) = 128+114+98=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #807262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807262 is #7F8D9D. Grayscale: #747474. Windows color (decimal): -8359326 or 6451840. OLE color: 6451840.

HSL color Cylindrical-coordinate representation of color #807262: hue angle of 32º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #807262 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB12811498-
CMYK00.110.230.50
HSL32º13.27%44.31%-
HSV(B)32º23.44%50.2%-
XYZ17.1217.5114.03-
YUV116.36117.64136.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.65%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 98 (38.67% from 255) = 28.82%
R=37.65%
G=33.53%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281149800.110.230.503213.2744.31
Hex8072620B173220d2c
Octal2001621420132762401554
Binary100000001110010110001001011101111100101000001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807262; }

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

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

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

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

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

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

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

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