#857264

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

Shades of Sand Dune #857264

Tints of Sand Dune #857264

Color information

#857264 (or 0x857264) is unknown color: approx Sand Dune. HEX triplet: 85, 72 and 64. RGB value is (133,114,100). Sum of RGB (Red+Green+Blue) = 133+114+100=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #857264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857264 is #7A8D9B. Grayscale: #767676. Windows color (decimal): -8031644 or 6582917. OLE color: 6582917.

HSL color Cylindrical-coordinate representation of color #857264: hue angle of 25.45º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #857264 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB133114100-
CMYK00.140.250.48
HSL25.45º14.16%45.69%-
HSV(B)25.45º24.81%52.16%-
XYZ17.9917.9414.57-
YUV118.08117.79138.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 100 (39.45% from 255) = 28.82%
R=38.33%
G=32.85%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311410000.140.250.4825.4514.1645.69
Hex8572640E193019e2e
Octal2051621440163160311656
Binary10000101111001011001000111011001110000110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857264; }

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

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

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

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

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

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

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

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