#857F57

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

Shades of Clay Creek #857F57

Tints of Clay Creek #857F57

Color information

#857F57 (or 0x857F57) is unknown color: approx Clay Creek. HEX triplet: 85, 7F and 57. RGB value is (133,127,87). Sum of RGB (Red+Green+Blue) = 133+127+87=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #857F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F57 is #7A80A8. Grayscale: #7C7C7C. Windows color (decimal): -8028329 or 5734277. OLE color: 5734277.

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

Color convert

RGB13312787-
CMYK00.050.350.48
HSL52.17º20.91%43.14%-
HSV(B)52.17º34.59%52.16%-
XYZ18.9820.8512.04-
YUV124.23106.99134.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 127 (50% from 255) = 36.60%
BLUE value IS 87 (34.38% from 255) = 25.07%
R=38.33%
G=36.60%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331278700.050.350.4852.1720.9143.14
Hex857F5705233034152b
Octal205177127054360642553
Binary1000010111111111010111010110001111000011010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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