#807365

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

Shades of Sand Dune #807365

Tints of Sand Dune #807365

Color information

#807365 (or 0x807365) is unknown color: approx Sand Dune. HEX triplet: 80, 73 and 65. RGB value is (128,115,101). Sum of RGB (Red+Green+Blue) = 128+115+101=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 128 - color contains mainly: red. Hex color #807365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807365 is #7F8C9A. Grayscale: #757575. Windows color (decimal): -8359067 or 6648704. OLE color: 6648704.

HSL color Cylindrical-coordinate representation of color #807365: hue angle of 31.11º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #807365 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB128115101-
CMYK00.100.210.50
HSL31.11º11.79%44.9%-
HSV(B)31.11º21.09%50.2%-
XYZ17.3817.7914.83-
YUV117.29118.81135.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.21%
GREEN value IS 115 (45.31% from 255) = 33.43%
BLUE value IS 101 (39.84% from 255) = 29.36%
R=37.21%
G=33.43%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811510100.100.210.5031.1111.7944.9
Hex8073650A15321fc2d
Octal2001631450122562371455
Binary10000000111001111001010101010101110010111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807365; }

 p { color: rgb(128,115,101); }

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

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

 a { background-color: rgb(128,115,101); }

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

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

 span { border-color: rgb(128,115,101); }

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