#827264

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

Shades of Sand Dune #827264

Tints of Sand Dune #827264

Color information

#827264 (or 0x827264) is unknown color: approx Sand Dune. HEX triplet: 82, 72 and 64. RGB value is (130,114,100). Sum of RGB (Red+Green+Blue) = 130+114+100=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #827264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827264 is #7D8D9B. Grayscale: #757575. Windows color (decimal): -8228252 or 6582914. OLE color: 6582914.

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

Color convert

RGB130114100-
CMYK00.120.230.49
HSL28º13.04%45.1%-
HSV(B)28º23.08%50.98%-
XYZ17.5217.714.55-
YUV117.19118.3137.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 114 (44.92% from 255) = 33.14%
BLUE value IS 100 (39.45% from 255) = 29.07%
R=37.79%
G=33.14%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011410000.120.230.492813.0445.1
Hex8272640C17311cd2d
Octal2021621440142761341555
Binary10000010111001011001000110010111110001111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827264; }

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

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

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

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

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

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

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

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