#827265

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

Shades of Sand Dune #827265

Tints of Sand Dune #827265

Color information

#827265 (or 0x827265) is unknown color: approx Sand Dune. HEX triplet: 82, 72 and 65. RGB value is (130,114,101). Sum of RGB (Red+Green+Blue) = 130+114+101=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #827265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827265 is #7D8D9A. Grayscale: #757575. Windows color (decimal): -8228251 or 6648450. OLE color: 6648450.

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

Color convert

RGB130114101-
CMYK00.120.220.49
HSL26.9º12.55%45.29%-
HSV(B)26.9º22.31%50.98%-
XYZ17.5717.7214.81-
YUV117.3118.8137.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 114 (44.92% from 255) = 33.04%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=37.68%
G=33.04%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011410100.120.220.4926.912.5545.29
Hex8272650C16311bd2d
Octal2021621450142661331555
Binary10000010111001011001010110010110110001110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827265; }

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

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

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

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

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

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

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

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