#857C5D

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

Shades of Clay Creek #857C5D

Tints of Clay Creek #857C5D

Color information

#857C5D (or 0x857C5D) is unknown color: approx Clay Creek. HEX triplet: 85, 7C and 5D. RGB value is (133,124,93). Sum of RGB (Red+Green+Blue) = 133+124+93=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #857C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857C5D is #7A83A2. Grayscale: #7B7B7B. Windows color (decimal): -8029091 or 6126725. OLE color: 6126725.

HSL color Cylindrical-coordinate representation of color #857C5D: hue angle of 46.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 #857C5D is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB13312493-
CMYK00.070.300.48
HSL46.5º17.7%44.31%-
HSV(B)46.5º30.08%52.16%-
XYZ18.8620.1913.26-
YUV123.16110.98135.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 124 (48.83% from 255) = 35.43%
BLUE value IS 93 (36.72% from 255) = 26.57%
R=38%
G=35.43%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331249300.070.300.4846.517.744.31
Hex857C5D071E302e122c
Octal205174135073660562254
Binary100001011111100101110101111111011000010111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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