#857F5C

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

Shades of Clay Creek #857F5C

Tints of Clay Creek #857F5C

Color information

#857F5C (or 0x857F5C) is unknown color: approx Clay Creek. HEX triplet: 85, 7F and 5C. RGB value is (133,127,92). Sum of RGB (Red+Green+Blue) = 133+127+92=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #857F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F5C is #7A80A3. Grayscale: #7C7C7C. Windows color (decimal): -8028324 or 6061957. OLE color: 6061957.

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

Color convert

RGB13312792-
CMYK00.050.310.48
HSL51.22º18.22%44.12%-
HSV(B)51.22º30.83%52.16%-
XYZ19.1920.9413.16-
YUV124.8109.49133.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.78%
GREEN value IS 127 (50% from 255) = 36.08%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=37.78%
G=36.08%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331279200.050.310.4851.2218.2244.12
Hex857F5C051F3033122c
Octal205177134053760632254
Binary100001011111111101110001011111111000011001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,127,92); }

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

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

 a { background-color: rgb(133,127,92); }

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

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

 span { border-color: rgb(133,127,92); }

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