#857A5D

Color #857A5D Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #857A5D

Tints of Clay Creek #857A5D

Color information

#857A5D (or 0x857A5D) is unknown color: approx Clay Creek. HEX triplet: 85, 7A and 5D. RGB value is (133,122,93). Sum of RGB (Red+Green+Blue) = 133+122+93=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #857A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A5D is #7A85A2. Grayscale: #7A7A7A. Windows color (decimal): -8029603 or 6126213. OLE color: 6126213.

HSL color Cylindrical-coordinate representation of color #857A5D: hue angle of 43.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #857A5D is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB13312293-
CMYK00.080.300.48
HSL43.5º17.7%44.31%-
HSV(B)43.5º30.08%52.16%-
XYZ18.6119.713.18-
YUV121.98111.64135.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 122 (48.05% from 255) = 35.06%
BLUE value IS 93 (36.72% from 255) = 26.72%
R=38.22%
G=35.06%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331229300.080.300.4843.517.744.31
Hex857A5D081E302b122c
Octal2051721350103660532254
Binary1000010111110101011101010001111011000010101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857A5D; }

 p { color: rgb(133,122,93); }

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

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

 a { background-color: rgb(133,122,93); }

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

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

 span { border-color: rgb(133,122,93); }

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